You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Salesforce connector makes certain assumptions about standard objects present in the Salesforce schema, if .e.g account object type is not present, connector will simply fail the sync with NOT_FOUND error.
To Reproduce
Steps to reproduce the behavior:
Use salesforce instance with limited standard objects (.e.g exclude contacts)
Try syncing
Observe NOT_FOUND error
Expected behavior
We should be more robust when object types are missing, and ideally
skip fetching objects if they don't exist/aren't accessible in a given instance
log warning that specific objects were skipped
log error if no data/objects were accessible to be fetched
The text was updated successfully, but these errors were encountered:
Bug Description
Currently Salesforce connector makes certain assumptions about standard objects present in the Salesforce schema, if .e.g account object type is not present, connector will simply fail the sync with
NOT_FOUND
error.To Reproduce
Steps to reproduce the behavior:
NOT_FOUND
errorExpected behavior
We should be more robust when object types are missing, and ideally
The text was updated successfully, but these errors were encountered: