Skip to content

Commit

Permalink
fix(ingest/unity): Add sqllineage dependency (datahub-project#7938)
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz authored May 2, 2023
1 parent 5c1283a commit 4e9c398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def get_long_description():
"sqlparse",
}

databricks_cli = {"databricks-cli==0.17.3", "pyspark"}
databricks_cli = {"databricks-cli==0.17.3", "pyspark", "requests"}

# Note: for all of these, framework_common will be added.
plugins: Dict[str, Set[str]] = {
Expand Down Expand Up @@ -368,7 +368,7 @@ def get_long_description():
"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.1"},
"unity-catalog": databricks_cli | {"requests"} | usage_common,
"unity-catalog": databricks_cli | sqllineage_lib,
}

# This is mainly used to exclude plugins from the Docker image.
Expand Down

0 comments on commit 4e9c398

Please sign in to comment.