Beginners guide to dbt incremental models using 'fivetran_synced' column: https://community.fivetran.com/t5/user-group-for-dbt/beginners-guide-to-incremental-models-using-fivetran-synced/td-p/407
Beginners guide to incremental models using 'fivetran_synced' column
If you are looking for potential ways to optimize your transformation time and costs, consider using dbt's incremental models. These models will only transform newly changed rows, which can be identified using Fivetran's system column -> fivetran_synced. This column is timestamped on new or changed ...