Skip to content

Commit

Permalink
fix(ingest): add missing dep for powerbi (#6969)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Jan 6, 2023
1 parent 96ac4c4 commit 211c30f
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 @@ -341,7 +341,7 @@ def get_long_description():
"trino": sql_common | trino,
"starburst-trino-usage": sql_common | usage_common | trino,
"nifi": {"requests", "packaging"},
"powerbi": microsoft_common | {"lark[regex]==1.1.4"},
"powerbi": microsoft_common | {"lark[regex]==1.1.4", "sqlparse"},
"powerbi-report-server": powerbi_report_server,
"vertica": sql_common | {"sqlalchemy-vertica-dialect[vertica-python]==0.1.4"},
"unity-catalog": databricks_cli | {"requests"},
Expand Down

0 comments on commit 211c30f

Please sign in to comment.