Documentation Index
Fetch the complete documentation index at: https://import-docs.prequel.co/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Locate your public key
Locate the public key provided to you. The public key will be a long string of text, loosely resembling the format:MIIBI...<SHORTENED>...Xrw2nwIDAQAB. You will register this public key on the Snowflake user you create in Step 2.
Step 2: Create role, user, and warehouse
To complete the following setup steps, you or a Snowflake admin on your team must have the
SECURITYADMIN and SYSADMIN roles. To check your account for these roles, run SHOW GRANTS TO USER <your_username>; and review the role column.Review the setup script
Review and make any changes to the following setup script. Update
database_name and schema_name to point at the database and schema you want to read from, and paste the public key from Step 1 into RSA_PUBLIC_KEY.By default, this script creates a new warehouse. If you would prefer to use an existing warehouse, change the
warehouse_name variable from TRANSFER_WAREHOUSE to the name of the warehouse to be shared.Step 3: Configure the Snowflake access policy
If your Snowflake data warehouse is using Snowflake Access Policies, a new policy must be added to allow the static IP to read from the warehouse. Reach out to your contact for the static IP address to use.Review current network policies
Run the following to check for existing IP safelists.If there is no existing Snowflake network policy (the
SHOW query returns no results), you can skip to Step 4. If there is an existing Snowflake network policy, you must alter the existing policy or create a new one to safelist the static IP address.Step 4: Submit your connection details
Provide the following details to complete the source setup:- The name is a descriptive name of the source
- The host (e.g.,
account.us-central1.gcp.snowflakecomputing.com) - The port [e.g.,
443] - The database from Step 2
- The schema from Step 2
- The username from Step 2