Skip to content

Commit

Permalink
Fix platform enum for Snowflake connector (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Aug 20, 2024
1 parent 59ac70f commit f20eb67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metaphor/snowflake/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit f20eb67

Please sign in to comment.