-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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: add more unsupported bulk entities, fix fallback to rest #19286
Source Salesforce: add more unsupported bulk entities, fix fallback to rest #19286
Conversation
/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.
Thank you for the addition list.
For the rest fallback fix I think I'd need a bit more context to understand how it works and got fixed.
airbyte-integrations/connectors/source-salesforce/source_salesforce/streams.py
Show resolved
Hide resolved
airbyte-integrations/connectors/source-salesforce/unit_tests/api_test.py
Show resolved
Hide resolved
airbyte-integrations/connectors/source-salesforce/source_salesforce/api.py
Show resolved
Hide resolved
/test connector=connectors/source-salesforce
Build PassedTest summary info:
|
/test connector=connectors/source-salesforce
Build PassedTest summary info:
|
/publish connector=connectors/source-salesforce
if you have connectors that successfully published but failed definition generation, follow step 4 here |
"CaseTeamMember", | ||
"AttachedContentDocument", | ||
"AggregateResult", | ||
"AccountHistory", |
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.
Hi!
Since this connector version I'm having trouble getting data from AccountHistory
table. The table has been added to 'UNSUPPORTED_BULK_API_SALESFORCE_OBJECTS' list.
Airbyte doesn't fail the sync job even though I'm not receiving data. I only found this in all of my logs:
2022-11-15 17:45:06 �[44msource�[0m > Syncing stream: AccountHistory
2022-11-15 17:47:07 �[44msource�[0m > [{"message":"Your query request was running for too long.","errorCode":"QUERY_TIMEOUT"}]
2022-11-15 17:47:07 �[44msource�[0m > Cannot receive data for stream 'AccountHistory', error message: 'Your query request was running for too long.'
2022-11-15 17:47:07 �[44msource�[0m > Read 0 records from AccountHistory stream
2022-11-15 17:47:07 �[44msource�[0m > Finished syncing AccountHistory
After downgrading the Salesforce connector from 1.0.26 to the prior version 1.0.25 I'm able to get data from AccountHistory
again.
Some context to that error: #17503
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.
hi @PierreKerschgens thanks for the feedback! I prepared a PR to fix this: #19869
…o rest (#19286) * #985 source salesforce: add more unsupported bulk entities, fix fallback to rest * #985 source salesforce: upd changelog * #985 source salesforce - add docstring for a test * #985 source Salesforce: bump version * #985 source salesforce: move SATs to high level strictness * auto-bump connector version Co-authored-by: Octavia Squidington III <[email protected]>
What
https://github.com/airbytehq/oncall/issues/985
How