Skip to content

Instantly share code, notes, and snippets.

@daanalytics
Created April 26, 2023 12:19
Show Gist options
  • Save daanalytics/9d280e5f327ee4a9207941c49ad29899 to your computer and use it in GitHub Desktop.
Save daanalytics/9d280e5f327ee4a9207941c49ad29899 to your computer and use it in GitHub Desktop.
Apply Row Access Policy
ALTER TABLE frostbyte_tasty_bytes.raw_customer.customer_loyalty
ADD ROW ACCESS POLICY frostbyte_tasty_bytes.data_governance.customer_loyalty_city_row_policy ON (city);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment