Skip to content

Commit

Permalink
Remove unused code (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Apr 3, 2024
1 parent 1c75071 commit 81f8a5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion metaphor/unity_catalog/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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.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 <[email protected]>"]
Expand Down

0 comments on commit 81f8a5b

Please sign in to comment.