Skip to content

Instantly share code, notes, and snippets.

@daanalytics
Created April 21, 2023 12:43
Show Gist options
  • Save daanalytics/1beb453c9fd9be75ef7cdb04df9cc638 to your computer and use it in GitHub Desktop.
Save daanalytics/1beb453c9fd9be75ef7cdb04df9cc638 to your computer and use it in GitHub Desktop.
Track the Tags - Object Tagging
SELECT
tag_database,
tag_schema,
tag_name,
column_name,
tag_value
FROM TABLE(frostbyte_tasty_bytes.information_schema.tag_references_all_columns
('frostbyte_tasty_bytes.raw_customer.customer_loyalty','table'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment