forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source Greenhouse: support incremental syncs (airbytehq#16338)
* airbytehq#1386 Source Greenhouse: support incremental syncs - first try * airbytehq#1386 Source Greenhouse: implement incremental syncs * airbytehq#1386 source greenhouse: upd changelog * Increased unittest to 90 * Updated link in spec * auto-bump connector version [ci skip] * Updated release stage Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
- Loading branch information
1 parent
efb6730
commit 85c4ea5
Showing
16 changed files
with
645 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
airbyte-integrations/connectors/source-greenhouse/integration_tests/abnormal_state.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"candidates": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"demographics_answers": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"users": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"scorecards": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"offers": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"job_stages": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"job_posts": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"interviews": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"jobs": { | ||
"updated_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"applications": { | ||
"applied_at": "2222-01-21T00:00:00.000Z" | ||
}, | ||
"jobs_stages": { | ||
"4177046003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"4177048003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"4446240003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"4466310003": {"updated_at": "2222-01-01T00:00:00.000Z"} | ||
}, | ||
"applications_demographics_answers": { | ||
"19214950003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"19214993003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"19215172003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"19215333003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"44933447003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"44937562003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"47459993003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"48693310003": {"updated_at": "2222-01-01T00:00:00.000Z"} | ||
}, | ||
"applications_interviews": { | ||
"19214950003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"19214993003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"19215172003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"19215333003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"44933447003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"44937562003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"47459993003": {"updated_at": "2222-01-01T00:00:00.000Z"}, | ||
"48693310003": {"updated_at": "2222-01-01T00:00:00.000Z"} | ||
} | ||
} |
Oops, something went wrong.