diff --git a/metaphor/unity_catalog/extractor.py b/metaphor/unity_catalog/extractor.py index 3092574d..167a98e7 100644 --- a/metaphor/unity_catalog/extractor.py +++ b/metaphor/unity_catalog/extractor.py @@ -472,7 +472,6 @@ def _extract_table_tags(self, catalog: str) -> None: dataset.system_tags = SystemTags(tags=[]) assert dataset.system_tags and dataset.system_tags.tags is not None - tag = f"{tag_name}={tag_value}" if tag_value else tag_name if tag_value: tag = SystemTag( key=tag_name, diff --git a/pyproject.toml b/pyproject.toml index 8e79f795..beb0c32b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaphor-connectors" -version = "0.13.158" +version = "0.13.160" 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 "]