Skip to content

Commit

Permalink
chore: Update api version for Bulk API to 60.0 (MeltanoLabs#55)
Browse files Browse the repository at this point in the history
Updating the bulk API as well as it was missed in my previous PR
  • Loading branch information
jaredgj authored and Daniela Angelova committed Sep 26, 2024
1 parent a22bcc8 commit 13dbdc2
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 13dbdc2

Please sign in to comment.