Salesforce objects missing fields #45662
Replies: 3 comments 3 replies
-
Hi there,
Most commonly, if the columns do not appear in the schema tab, it is because the column is hidden for the user that authenticated to Salesforce. |
Beta Was this translation helpful? Give feedback.
-
Using SOQL, I'm able to query the object, and it seems like I can see the field when using my personal credentials. However, I don't see the field in the schema tab of Airbyte. For the Salesforce source in Airbyte, I provide the Client ID, Client Secret, and Refresh Token. If I understanding correctly, the Client ID might not have access to the column that's missing? |
Beta Was this translation helpful? Give feedback.
-
Interesting, good to know that you can query via SOQL. That would indicate it is not a permissions issue with the field being accessible to the API.
|
Beta Was this translation helpful? Give feedback.
-
When pulling custom Salesforce objects with Airbyte, some of the fields are missing. I've deployed Airbyte with docker compose, and am using airbyte/source-salesforce:2.5.24.
I've reset the stream, and the sync is full refresh overwrite.
What could cause fields to be missing?
Beta Was this translation helpful? Give feedback.
All reactions