Skip to content

Commit

Permalink
Use the correct enum for Azure Data Factory connector (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Apr 3, 2024
1 parent 81f8a5b commit cf7143c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metaphor/azure_data_factory/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class AzureDataFactoryExtractor(BaseExtractor):
"""Azure Data Factory metadata extractor"""

_description = "Azure Data Factory metadata crawler"
_platform = Platform.GLUE
_platform = Platform.AZURE_DATA_FACTORY_PIPELINE

@staticmethod
def from_config_file(config_file: str) -> "AzureDataFactoryExtractor":
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.13.160"
version = "0.13.161"
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 cf7143c

Please sign in to comment.