mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-14 18:03:38 +00:00
fix: added metadata in snowflake get_ometa_tag_and_classification (#20719)
This commit is contained in:
parent
14f493879c
commit
d65a05e865
@ -470,6 +470,7 @@ class SnowflakeSource(
|
|||||||
classification_name=row[0],
|
classification_name=row[0],
|
||||||
tag_description="SNOWFLAKE TAG VALUE",
|
tag_description="SNOWFLAKE TAG VALUE",
|
||||||
classification_description="SNOWFLAKE TAG NAME",
|
classification_description="SNOWFLAKE TAG NAME",
|
||||||
|
metadata=self.metadata,
|
||||||
system_tags=True,
|
system_tags=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user