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
Adding a new connection type OAuthPasswordCredentials which uses a combination of username, password, client_id, and client_secret.
Adding an end_date config to be able to split loads in multiple chunks. If some objects are too big to be loaded at once, end_date can be used in combination with start_date/the state of the stream.
The text was updated successfully, but these errors were encountered:
Merges add_bulk_api_v2 -> master
Migrated from GitLab: https://gitlab.com/meltano/tap-salesforce/-/merge_requests/13
Adding support for Salesforce Bulk V2 API.
BULK_V2_API_TYPE
, which can be used by settingBULK_V2
asapi_type
in the config51.0
for Bulk V2 API, while keeping41.0
on the other two API typesORDER BY
clause in SOQL queries because this creates issues https://help.salesforce.com/articleView?id=000353741&language=en_US&mode=1&type=1. I'm ensuring the state keeps the latest fetched records using a newmax_replication_key_value
variable.OAuthPasswordCredentials
which uses a combination ofusername
,password
,client_id
, andclient_secret
.end_date
config to be able to split loads in multiple chunks. If some objects are too big to be loaded at once,end_date
can be used in combination withstart_date
/thestate
of the stream.The text was updated successfully, but these errors were encountered: