This article describes the options for getting the dataset once the snapshot is ready.
Create a Policy
Create a Role
arn:aws:iam::<ROLE_ID>:role/<ROLE_NAME>
)Example of User Role:Use the ARN of the role
private_key
from the downloaded JSON file & Paste it to Data Collector delivery settings.
Select or Create a Database
<database>
with the name you want for your database.Select or Create a Schema
<schema>
with your own schema name.Select or Create a Warehouse
<warehouse>
with your desired warehouse name.Select or Create an Internal Named Stage
<stage>
with your preferred stage name.Create a Role
<role_name>
to your chosen role name.Grant Warehouse Rights to the Role
<warehouse>
and <role_name>
with your specific warehouse and role name respectively.Enable Write Operations on the Stage for the Role
<stage>
and <role_name>
with your chosen stage and role names.Create a BrightData User
<user_name>
, <password>
, and <login>
with your chosen username, password, and login name.Grant Role Privileges to the New User
<role_name>
and <user_name>
with your role and user names.Whitelist IPs
<policy_name>
with your network policy name. Replace <existing_whiltelisted_ips>
with the list of existing whitelisted IPs.And that’s it! You have now configured your Snowflake environment to receive data from our platform.