-
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 EventWhoRelation to UNSUPPORTED_BULK_API_SALESFORCE_OBJECTS #17778
source-salesforce: add EventWhoRelation to UNSUPPORTED_BULK_API_SALESFORCE_OBJECTS #17778
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.
This change seems simple enough.
This seems to imply that there's not a test for the EventWhoRelation steam which would have failed in the previous PR...
Yes indeed! |
/publish connector=connectors/source-salesforce
if you have connectors that successfully published but failed definition generation, follow step 4 here |
…ted-bulk-api-objects
…ted-bulk-api-objects
/publish connector=connectors/source-salesforce
if you have connectors that successfully published but failed definition generation, follow step 4 here |
What
#17453 removed
EventWhoRelation
from the list ofUNSUPPORTED_BULK_API_SALESFORCE_OBJECTS
but https://github.com/airbytehq/oncall/issues/776 showed that this salesforce object is not supported by bulk api.How
Re-add
EventWhoRelation
toUNSUPPORTED_BULK_API_SALESFORCE_OBJECTS