-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 Source Zendesk: sync rate improvement (#9456)
* Update Source Zendesk request execution with future requests. * Revert "Update Source Zendesk request execution with future requests." This reverts commit 2a3c1f8. * Add futures stream logics. * Fix stream * Fix full refresh streams. * Update streams.py. Fix all streams. Updated schema. * Add future request unit tests * Post review fixes. * Fix broken incremental streams. Fix SAT. Remove odd unit tests. * Comment few unit tests * Bump docker version
- Loading branch information
Showing
12 changed files
with
437 additions
and
650 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
26 changes: 13 additions & 13 deletions
26
airbyte-integrations/connectors/source-zendesk-support/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 |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"users": { | ||
"updated_at": "2022-07-19T22:21:37Z" | ||
"updated_at": "2222-07-19T22:21:37Z" | ||
}, | ||
"groups": { | ||
"updated_at": "2022-07-15T22:19:01Z" | ||
"updated_at": "2222-07-15T22:19:01Z" | ||
}, | ||
"organizations": { | ||
"updated_at": "2022-07-15T19:29:14Z" | ||
"updated_at": "2222-07-15T19:29:14Z" | ||
}, | ||
"satisfaction_ratings": { | ||
"updated_at": "2022-07-20T10:05:18Z" | ||
"updated_at": "2222-07-20T10:05:18Z" | ||
}, | ||
"tickets": { | ||
"generated_timestamp": 1816817368 | ||
"updated_at": "2222-07-20T10:05:18Z" | ||
}, | ||
"group_memberships": { | ||
"updated_at": "2022-04-23T15:34:20Z" | ||
"updated_at": "2222-04-23T15:34:20Z" | ||
}, | ||
"ticket_fields": { | ||
"updated_at": "2022-12-11T19:34:05Z" | ||
"updated_at": "2222-12-11T19:34:05Z" | ||
}, | ||
"ticket_forms": { | ||
"updated_at": "2022-12-11T20:34:37Z" | ||
"updated_at": "2222-12-11T20:34:37Z" | ||
}, | ||
"ticket_metrics": { | ||
"updated_at": "2022-07-19T22:21:26Z" | ||
"updated_at": "2222-07-19T22:21:26Z" | ||
}, | ||
"ticket_metric_events": { | ||
"time": "2022-07-19T22:21:26Z" | ||
"time": "2222-07-19T22:21:26Z" | ||
}, | ||
"macros": { | ||
"updated_at": "2022-12-11T19:34:06Z" | ||
"updated_at": "2222-12-11T19:34:06Z" | ||
}, | ||
"ticket_comments": { | ||
"created_at": "2022-07-19T22:21:26Z" | ||
"created_at": "2222-07-19T22:21:26Z" | ||
}, | ||
"ticket_audits": { | ||
"created_at": "2022-07-19T22:21:26Z" | ||
"created_at": "2222-07-19T22:21:26Z" | ||
} | ||
} |
90 changes: 0 additions & 90 deletions
90
airbyte-integrations/connectors/source-zendesk-support/integration_tests/integration_test.py
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.