You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sqllineage -f test.sql --dialect=postgres
Traceback (most recent call last):
File "/home/hujunwei/.pyenv/versions/3.8.6/bin/sqllineage", line 8, in<module>sys.exit(main())
File "/home/hujunwei/.pyenv/versions/3.8.6/lib/python3.8/site-packages/sqllineage/cli.py", line 101, in main
runner.print_table_lineage()
File "/home/hujunwei/.pyenv/versions/3.8.6/lib/python3.8/site-packages/sqllineage/runner.py", line 168, in print_table_lineage
print(str(self))
File "/home/hujunwei/.pyenv/versions/3.8.6/lib/python3.8/site-packages/sqllineage/runner.py", line 22, in wrapper
self._eval()
File "/home/hujunwei/.pyenv/versions/3.8.6/lib/python3.8/site-packages/sqllineage/runner.py", line 177, in _eval
self._stmt_holders = [analyzer.analyze(stmt) forstmtin self._stmt]
File "/home/hujunwei/.pyenv/versions/3.8.6/lib/python3.8/site-packages/sqllineage/runner.py", line 177, in<listcomp>
self._stmt_holders = [analyzer.analyze(stmt) forstmtin self._stmt]
File "/home/hujunwei/.pyenv/versions/3.8.6/lib/python3.8/site-packages/sqllineage/core/parser/sqlfluff/analyzer.py", line 69, in analyze
raise UnsupportedStatementException(
sqllineage.exceptions.UnsupportedStatementException: SQLLineage doesn't support analyzing statement type [create_table_as_statement] for SQL:CREATE TABLE bar ASSELECT *FROM foo
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: