Snowflake Storage
How to set up the integration
1. Create a Snowflake Storage Integration
use role ACCOUNTADMIN;
CREATE STORAGE INTEGRATION BOLT_METADATA
TYPE = EXTERNAL_STAGE
STORAGE_PROVIDER = 'S3'
ENABLED = TRUE
STORAGE_AWS_ROLE_ARN = '<aws_role_provided_by_paradime>'
STORAGE_ALLOWED_LOCATIONS = ('<s3_pathprovided_by_paradime>');2. Create a Snowflake External Stage to query our metadata
Query dbt™️ runs artifacts directly from Snowflake
Last updated
Was this helpful?