mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 01:48:24 +00:00
fix(ingest): bump lkml version (#6091)
This commit is contained in:
parent
7359d922fc
commit
446b10dcc3
@ -267,9 +267,16 @@ plugins: Dict[str, Set[str]] = {
|
||||
"kafka-connect": sql_common | {"requests", "JPype1"},
|
||||
"ldap": {"python-ldap>=2.4"},
|
||||
"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.6", "GitPython>2"},
|
||||
| {
|
||||
# This version of lkml contains a fix for parsing lists in
|
||||
# LookML files with spaces between an item and the following comma.
|
||||
# See https://github.com/joshtemple/lkml/issues/73.
|
||||
"lkml>=1.3.0b5",
|
||||
"sql-metadata==2.2.2",
|
||||
"sqllineage==1.3.6",
|
||||
"GitPython>2",
|
||||
},
|
||||
"metabase": {"requests", "sqllineage==1.3.6"},
|
||||
"mode": {"requests", "sqllineage==1.3.6", "tenacity>=8.0.1"},
|
||||
"mongodb": {"pymongo[srv]>=3.11", "packaging"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user