Skip to content

Commit

Permalink
fix(ingest): move git requirement into lookml deps (#5932)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Sep 14, 2022
1 parent ff04e0e commit d5d8a38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metadata-ingestion/setup.py
Expand Up @@ -59,7 +59,6 @@ def get_long_description():
"cached_property",
"ijson",
"click-spinner",
"GitPython>2",
}

kafka_common = {
Expand Down Expand Up @@ -270,7 +269,7 @@ def get_long_description():
"looker": looker_common,
# lkml>=1.1.2 is required to support the sql_preamble expression in LookML
"lookml": looker_common
| {"lkml>=1.1.2", "sql-metadata==2.2.2", "sqllineage==1.3.5"},
| {"lkml>=1.1.2", "sql-metadata==2.2.2", "sqllineage==1.3.5", "GitPython>2"},
"metabase": {"requests", "sqllineage==1.3.5"},
"mode": {"requests", "sqllineage==1.3.5", "tenacity>=8.0.1"},
"mongodb": {"pymongo[srv]>=3.11", "packaging"},
Expand Down

0 comments on commit d5d8a38

Please sign in to comment.