MeltanoLabs / tap-salesforce

Singer.io tap for the Salesforce API
GNU Affero General Public License v3.0
1 stars 29 forks source link

tap-salesforce is becoming unusable due to old api_versions #14

Closed MeltyBot closed 2 years ago

MeltyBot commented 2 years ago

Migrated from GitLab: https://gitlab.com/meltano/tap-salesforce/-/issues/15

Originally created by @Stephen.Clarke.health.govt.nz on 2022-03-31 06:10:52


tap-salesforce is becoming unusable now because it is still queries against Bulk API V1 - version 41. The current version in 53. When I went to ingest tables from a new org, a lot of the tables are not discoverable - this is quite problematic. I see another Issue and Merge Request/PR https://gitlab.com/meltano/tap-salesforce/-/merge_requests/13 to implement support for Bulk API V2 and to bump up the supported API version.

This request is an interim to provide support for Bulk API V1 - bumping the API version to v53 and resolving some unsupported tables. It is assumed that this will be eventually superseded by the Bulk API V2 change - however feel it is important to support the latest API version now.

The merge request for this change is available here - https://gitlab.com/meltano/tap-salesforce/-/merge_requests/15.

MeltyBot commented 2 years ago

View 2 previous comments from the original issue on GitLab