Skip to content

Commit

Permalink
update Bulk API version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgj committed Feb 21, 2024
1 parent 43e68d1 commit 66f27c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_salesforce/salesforce/bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def find_parent(stream):

class Bulk():

bulk_url = "{}/services/async/53.0/{}"
bulk_url = "{}/services/async/60.0/{}"

def __init__(self, sf):
# Set csv max reading size to the platform's max size available.
Expand Down

0 comments on commit 66f27c9

Please sign in to comment.