Release Notes
September 2024
Our Snowflake connector is now generally available. See our Snowflake connector documentation.
We have introduced a new sync mechanism to fetch your data from your Snowflake connector. This new method uses Change Data Capture (CDC) sync leveraging Snowflake's Time Travel feature. To enable Time Travel sync, you must either enable change tracking
for all tables or grant OWNERSHIP
privileges to Fivetran for update capture.
March 2024
We now support syncing materialized views. You can access these views from the Schema tab of your connector details page.
To sync materialized views, run the following commands in your worksheet. Replace <YOUR_SCHEMA>
and <YOUR_ROLE>
with your schema name and role name.
GRANT SELECT on all MATERIALIZED VIEWS in schema <YOUR_SCHEMA> to role <YOUR_ROLE>;`
GRANT SELECT on future MATERIALIZED VIEWS in schema <YOUR_SCHEMA> to role <YOUR_ROLE>;`
December 2022
Snowflake is a cloud computing-based data warehouse company.