-
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 salesforce: handle japanese characters #17001
Source salesforce: handle japanese characters #17001
Conversation
/test connector=connectors/source-salesforce
Build FailedTest summary info:
|
hey @Nakachi-S |
/test connector=connectors/source-salesforce
Build FailedTest summary info:
|
@davydov-d cant see where this code is different from the original PR? |
@koconder it differs in the source.py file but tests keep on failing so I will go on working on the PR |
…nto account state when choosing the API type
/test connector=connectors/source-salesforce
Build FailedTest summary info:
|
/test connector=connectors/source-salesforce
Build PassedTest summary info:
|
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
/publish connector=connectors/source-salesforce
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* airbytehq#454 oncall source salesforce: handle japanese characters * source salesforce: upd changelog * source salesforce: flake fix * airbytehq#454 source salesforce: adjust public interface to CDK, do not take into account state when choosing the API type * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* airbytehq#454 oncall source salesforce: handle japanese characters * source salesforce: upd changelog * source salesforce: flake fix * airbytehq#454 source salesforce: adjust public interface to CDK, do not take into account state when choosing the API type * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
https://github.com/airbytehq/oncall/issues/454
Do not decode response when writing to file since the chunk can start/end right in the middle of a 2/3/4 byte sequence which represents a single character thus makes text unreadable