Snowflake Horizon

Set up access request links in Snowflake Horizon

Use Snowflake's contacts to configure the access request links with data in Snowflake and provide data consumers with a button to request access from Snowsight in Universal Search 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
$$;
  1. Follow the Snowflake documentation to Create a contact 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 contact you created with its corresponding data object.

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

Last updated

Was this helpful?