Skip to content

Commit

Permalink
fix(ingest): data-lake - add aws dependencies (datahub-project#4060)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhu authored Feb 5, 2022
1 parent 6fe062f commit 1a2f75b
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 @@ -106,7 +106,7 @@ def get_long_description():
"bigquery": sql_common | bigquery_common | {"pybigquery >= 0.6.0"},
"bigquery-usage": bigquery_common | {"cachetools"},
"datahub-business-glossary": set(),
"data-lake": {"pydeequ==1.0.1", "pyspark==3.0.3", "parse==1.19.0"},
"data-lake": {*aws_common, "pydeequ==1.0.1", "pyspark==3.0.3", "parse==1.19.0"},
"dbt": {"requests"},
"druid": sql_common | {"pydruid>=0.6.2"},
"elasticsearch": {"elasticsearch"},
Expand Down

0 comments on commit 1a2f75b

Please sign in to comment.