Skip to content

Commit

Permalink
fix catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-kulak committed Jan 22, 2021
1 parent ad900ac commit 219b11a
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@
},
"type": ["null", "object"]
},
"supported_sync_modes": ["incremental"]
}
"supported_sync_modes": ["incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["updated_time"]
},
"sync_mode": "incremental",
"cursor_field": ["updated_time"]
},
{
"stream": {
Expand Down Expand Up @@ -214,8 +218,12 @@
}
}
},
"supported_sync_modes": ["incremental"]
}
"supported_sync_modes": ["incremental"],
"source_defined_cursor": true,
"default_cursor_field": ["updated_time"]
},
"sync_mode": "incremental",
"cursor_field": ["updated_time"]
},
{
"stream": {
Expand Down

0 comments on commit 219b11a

Please sign in to comment.