diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 149bc2166188b9..1d794207f4be1e 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -297,6 +297,9 @@ def get_long_description(): "more-itertools>=8.12.0", }, "snowflake": snowflake_common | usage_common, + "snowflake-beta": ( + snowflake_common | usage_common + ), # deprecated, but keeping the extra for backwards compatibility "sqlalchemy": sql_common, "superset": { "requests",