Open robob27 opened 4 years ago
Same question. I was trying to use the get_batch_records
method of the Job
class, and getting errors, and when I looked at the code on my machine the method was not there - looks like it was added in late 2019 and the rubygems version doesn't have it....
Thanks!
Scott
:wave:
I just noticed that my bulk client is using API version 32. I took a look on this repo and I see that the API version was updated to 46, but I don't see those changes in the files that gem installed when I
gem install salesforce_bulk_api
I tried uninstalling and reinstalling the gem:
Then if I
vi /Users/robgoodberry/.gem/ruby/2.6.5/gems/salesforce_bulk_api-0.0.12/lib/salesforce_bulk_api.rb
I'm still seeing the older code with the@@
class variables and API version 32:Am I messing something up here or has the most recent master just not been released?
Thanks for any help!