fix(ingestion): pin Jinja2 to version < 3.1.0 (#4489)

This commit is contained in:
Aseem Bansal 2022-03-25 00:56:38 +05:30 committed by GitHub
parent f770ed5fea
commit 1a20f76225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"},