Snowflake Horizon

Use Snowflake's contactsarrow-up-right to configure the access request links with data in Snowflake and provide data consumers with a button to request access from Snowsight in Universal Searcharrow-up-right results. You may also opt to add the access request links to the data object descriptions.

Requirements

Set up object visibility

Alter the object visibility of your Snowflake objects so that they can be found for access requests. Run the following in Snowflake:

ALTER DATABASE {database name}
SET OBJECT_VISIBILITY =
$$
organization_targets:
  - all_accounts_including_external
$$;
circle-exclamation
  1. Follow the Snowflake documentation to Create a contactarrow-up-right for each individual data object you want data consumers to be able to request access for. Configure the contact with the following:

  2. Follow the Snowflake documentation to Associate each contactarrow-up-right you created with its corresponding data object.

circle-info

After completing the initial setup, add configuring the access request links to your data engineering pipelines.

Last updated

Was this helpful?