Skip to content

Commit

Permalink
Incremental sync for workflow_runs
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Tovbin <tovbinm@users.noreply.github.com>
  • Loading branch information
tovbinm committed Jun 21, 2023
1 parent c45dbee commit a20f241
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,16 @@
name: "workflow_runs"
supported_sync_modes:
- "full_refresh"
default_cursor_field: []
- "incremental"
source_defined_cursor: true
default_cursor_field:
- "updated_at"
source_defined_primary_key:
- - "id"
sync_mode: "full_refresh"
cursor_field: []
destination_sync_mode: "overwrite"
sync_mode: "incremental"
cursor_field:
- "updated_at"
destination_sync_mode: "append_dedup"
primary_key:
- - "id"
- stream:
Expand Down

0 comments on commit a20f241

Please sign in to comment.