Although this step is optional, we highly recommend that you whitelist our IPs to allow Daton to access your Snowflake account securely, you’ll need to create a new network policy or add Daton IP addresses to a network policy that you’ve whitelisted . You can do this using the management console or using SQL.
From the Snowflake management console, click Accounts and then Policies
Make sure you have ACCOUNTADMIN or SECURITYADMIN privileges
Click Create a New Network Policy
Name the policy and then enter the following IP addresses:
35.238.200.205/32
Click Finish
You can also whitelist Daton IP addresses using SQL
Use the following SQL
CREATE NETWORK POLICY DATON_WHITELISTALLOWED_IP_LIST= ('35.238.200.205/32')BLOCKED_IP_LIST= ()COMMENT = ‘DATON_IP_ADDRESSES';
Daton will use the integration name to create tables in the data warehouse.
Daton scans the warehouse permissions for the users and return a list of data warehouses the user has access to.
Daton scans the warehouse permissions for the users and return a list of data warehouses the user has access to.
COMPUTE_WH is the default warehouse created by Snowflake. Select the data warehouse of your choice.
In this step, Daton lists databases in the selected warehouse to which the user has access.
In this step, Daton lists schemas in the selected databases to which the user has access. Please not that Daton does not creata schema in Snowflake. We recomment to use a dedicated schema for Daton to replicate data.
That is all you need to do to setup a Snowflake data warehouse on Daton. Continue to configure your sources, sit back, and let Daton take care of the data replication for you.
Reach out to us on daton-support@sarasanalytics.com if you have any issues.