Suggested improvements on sync mode: Incremental - Deduped + History #2683
Labels
priority/high
High priority
team/triage
type/bug
Something isn't working
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Running a query against the source (SQL Server) and running the same query against the destination (BigQuery) should yield the same results i.e. The data in the destination should be the same as the data in the source, even after the data has been modified
Trying out the
Incremental - Deduped + History
function - this seems to fit my use case for having the freshest data in the warehouse.Issue 1: However, running into an issue where I have tables with Primary Key, but no cursor (last_updated timestamp). This results in failed syncs as a cursor needs to be specified when using the above sync mode.
Issue 2: Also, there are too many tables in the destination:
Describe the solution you’d like
Issue 1: Make use of the
emitted_at
column that is generated by Airbyte to be the cursorIssue 2: Give user the option to choose which table they would like to have appear in the destination
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: