diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index d98d792013..05d96a4b3f 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -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"},