Data Sources
Connecting Snowflake
Use a service account with read-only access. DatiqAI models your schema in under five minutes.
Recommended: a dedicated DATIQ_ROLE with USAGE on the warehouse and SELECT on the schemas you want to expose.
CREATE ROLE DATIQ_ROLE;
GRANT USAGE ON WAREHOUSE COMPUTE_WH TO ROLE DATIQ_ROLE;
GRANT SELECT ON ALL TABLES IN SCHEMA ANALYTICS TO ROLE DATIQ_ROLE;Last updated · 2 days agoEdit on GitHub →

