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
Impact: I noticed I was missing fields in my replication of Salesforce records. This was fundamentally caused by the api version being too low for the field I wanted to replicate.
The text was updated successfully, but these errors were encountered:
Migrated from GitLab: https://gitlab.com/meltano/tap-salesforce/-/issues/13
Originally created by @bwise on 2021-11-04 16:04:51
API version is currently hard coded in the tap (https://gitlab.com/meltano/tap-salesforce/-/blob/master/tap_salesforce/salesforce/__init__.py#L212)
This should be a configuration option.
Impact: I noticed I was missing fields in my replication of Salesforce records. This was fundamentally caused by the api version being too low for the field I wanted to replicate.
The text was updated successfully, but these errors were encountered: