Release Notes
November 2025
Row filtering is now supported for the following connectors:
- Amazon DynamoDB
- BigQuery
- Facebook Ads
- GitHub
- Google Analytics 4
- Google Sheets
- HVA Oracle
- HVA SQL Server
- LinkedIn Ad Analytics
- Microsoft Advertising
- MongoDB
- NetSuite SuiteAnalytics
- Pinterest Ads
- SFTP
- ServiceNow
- SharePoint
- Shopify
- Snapchat Ads
- Snowflake
- Stripe
- TikTok Ads
- Twitter Ads
- Workday RaaS
- Zendesk Support
To learn how to use row filtering and see the list of supported connectors, see our row filtering documentation.
December 2024
The Snowflake connector now supports the Hybrid Deployment model. For more information, see our setup instructions.
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 schemato role ;` GRANT SELECT on future MATERIALIZED VIEWS in schema to role ;`
December 2022
Snowflake is a cloud computing-based data warehouse company.