diff --git a/metaphor/snowflake/extractor.py b/metaphor/snowflake/extractor.py index 6e5d19e5..12ddbd68 100644 --- a/metaphor/snowflake/extractor.py +++ b/metaphor/snowflake/extractor.py @@ -100,7 +100,7 @@ class SnowflakeExtractor(BaseExtractor): """Snowflake metadata extractor""" _description = "Snowflake metadata crawler" - _platform = Platform.REDSHIFT + _platform = Platform.SNOWFLAKE @staticmethod def from_config_file(config_file: str) -> "SnowflakeExtractor": diff --git a/pyproject.toml b/pyproject.toml index f23336b2..eeabd2d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaphor-connectors" -version = "0.14.80" +version = "0.14.81" license = "Apache-2.0" description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app." authors = ["Metaphor "]