Skip to content

Commit

Permalink
build(ingest/redshift): Add sqlglot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Oct 16, 2023
1 parent 78b342f commit 3a8967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
| {"psycopg2-binary", "pymysql>=1.0.2"},
"pulsar": {"requests"},
"redash": {"redash-toolbelt", "sql-metadata"} | sqllineage_lib,
"redshift": sql_common | redshift_common | usage_common | {"redshift-connector"},
"redshift": sql_common | redshift_common | usage_common | sqlglot_lib | {"redshift-connector"},
"redshift-legacy": sql_common | redshift_common,
"redshift-usage-legacy": sql_common | usage_common | redshift_common,
"s3": {*s3_base, *data_lake_profiling},
Expand Down

0 comments on commit 3a8967d

Please sign in to comment.