mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-17 13:45:54 +00:00
fix(ingestion): pin Jinja2 to version < 3.1.0 (#4489)
This commit is contained in:
parent
f770ed5fea
commit
1a20f76225
@ -186,7 +186,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
"snowflake": snowflake_common,
|
||||
"snowflake-usage": snowflake_common | {"more-itertools>=8.12.0"},
|
||||
"sqlalchemy": sql_common,
|
||||
"superset": {"requests", "sqlalchemy", "great_expectations", "greenlet"},
|
||||
"superset": {"requests", "sqlalchemy", "great_expectations", "greenlet", "Jinja2<3.1.0"},
|
||||
"tableau": {"tableauserverclient>=0.17.0"},
|
||||
"trino": sql_common | {"trino"},
|
||||
"starburst-trino-usage": sql_common | {"trino"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user