Skip to content

Commit

Permalink
fix(ingest): add tableau sqlglot dep (datahub-project#8552)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and maiarareinaldo committed Aug 24, 2023
1 parent 4e182d2 commit 77ba391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,15 @@ def get_long_description():
"great_expectations",
"greenlet",
},
"tableau": {"tableauserverclient>=0.17.0"} | sqllineage_lib,
# FIXME: I don't think tableau uses sqllineage anymore so we should be able
# to remove that dependency.
"tableau": {"tableauserverclient>=0.17.0"} | sqllineage_lib | sqlglot_lib,
"trino": sql_common | trino,
"starburst-trino-usage": sql_common | usage_common | trino,
"nifi": {"requests", "packaging", "requests-gssapi"},
"powerbi": microsoft_common | {"lark[regex]==1.1.4", "sqlparse"},
"powerbi-report-server": powerbi_report_server,

"vertica": sql_common | {"vertica-sqlalchemy-dialect[vertica-python]==0.0.8"},

"unity-catalog": databricks | sqllineage_lib,
}

Expand Down

0 comments on commit 77ba391

Please sign in to comment.