fix: added metadata in snowflake get_ometa_tag_and_classification (#20719)

This commit is contained in:
Keshav Mohta 2025-04-09 18:00:12 +05:30 committed by GitHub
parent 14f493879c
commit d65a05e865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -470,6 +470,7 @@ class SnowflakeSource(
classification_name=row[0],
tag_description="SNOWFLAKE TAG VALUE",
classification_description="SNOWFLAKE TAG NAME",
metadata=self.metadata,
system_tags=True,
)