-
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: Fix wrong types for schemas, add Transformer #8050
🐛 Source Zendesk Support: Fix wrong types for schemas, add Transformer #8050
Conversation
/test connector=connectors/source-zendesk-support
|
/test connector=connectors/source-zendesk-support
|
) | ||
def test_transform_for_tickets_stream(prepare_stream_args, input_data, expected_data): | ||
"""Checks Transform in case when records come with invalid fields data types""" | ||
stream = Tickets(**prepare_stream_args) |
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.
What the point of testing it on stream level and manualy calling transorm method? Please test it on Source level like here connectors/source-iterable/unit_tests/test_source.py
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.
Please update CDK version to 0.1.35 where false warning were fixed
/test connector=connectors/source-zendesk-support
|
@@ -97,6 +97,7 @@ We recommend creating a restricted, read-only key specifically for Airbyte acces | |||
|
|||
| Version | Date | Pull Request | Subject | | |||
| :------ | :-------- | :----- | :------ | | |||
| `0.1.5` | 2021-11-?? | [????](https://github.com/airbytehq/airbyte/pull/????) | Fix wrong types for schemas, add Transformer | |
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.
forgot to update this
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.
I am going to request review from Airbyte team for this PR, and update the changeogs before publishing.
/publish connector=connectors/source-zendesk-support
|
airbytehq#8050) * Fix wrong types for schemas, add Transformer
What
resolves #7441.
The problem was that the types were not specified for some of the fields in the schemas.
How
Describe the solution
Recommended reading order
x.java
y.python
🚨 User Impact 🚨
Are there any breaking changes? If yes, please make sure to include it here and in any changelogs with the 🚨🚨 emoji
What is the end result perceived by the user?
Pre-merge Checklist
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here