-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Source Zendesk Support: Migrate to low code #36823
✨ Source Zendesk Support: Migrate to low code #36823
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
9cc4003
to
8406ada
Compare
0218f9f
to
2854c52
Compare
Regression Tool results: catalog: test_record_schema_match_with_state: Read:
|
airbyte-integrations/connectors/source-zendesk-support/source_zendesk_support/manifest.yaml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-zendesk-support/source_zendesk_support/manifest.yaml
Show resolved
Hide resolved
ffb11e3
to
303c6d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just need fix CAT
3634e60
to
213758d
Compare
Hi, @bnchrch,
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TLDR: LGTM
Thanks for the reply @tolik0 !
I reran the tool and it looks like were nearly identical with the exception of a very minor +7 records for a stream
But I think thats implementation details and nothing to be worried about.
Approved :)
86e183c
to
f2b16be
Compare
What
Migrate to low code. Add new stream Ticket Activities: https://github.com/airbytehq/product-request-backlog/issues/72
This PR adds many changes to different streams. For simplicity, all errors from the previous version are described in the file: https://docs.google.com/document/d/1JeC4fPl9zqgPJZLJs7KVRnCk--v8cO8hKyJHAeKoXVw/edit
Here is a short description of the changes:
start_time
works, but sorting doesn't work ( no error, but results are not sorted) - preserved sorting params as they are described in the API docs. - returned back to Python implementation.start_time
is not applicable, no sorting - Changed tofilter[created_at][]
andsort
parameters described in the API docs.start_time
is not applicable, sorting doesn't work - Changed to semi incremental with local filtering.sort=created_at
,updated_at
is not supported.start_time
was not used but it is not applicable - Data is sorted in descending order by default, but preserving sorting parameters as data feed is used to stop iterating when records are earlier than start date or state.start_time
is not applicable - Changed to semi incremental with local filteringstart_time
is not applicable - Changed to semi incremental with local filteringstart_time
is not applicable - Data is sorted by created at, so semi-incremental with local filtering is used - reverted to Pyton codestart_time
is not applicable - Changed to semi incrementla with local filtering, add sorting. Didn't add data feed as not sure if sorted by created or updated.start_time
(no error but results are not filtered), nor sorting is not working - Changed to semi-incrementalSubstreams are in Python as currently, low code doesn't support reading parent streams with a state.
🚨 User Impact 🚨
No breaking changes. A new stream added:
Ticket Activities
.