salesforce_bulk
salesforce_bulk copied to clipboard
Simple Salesforce Bulk API interface
- instead of using regex to read out the host part of returning server url, user URI.parse instead
Current API doesn't appear to support TLS 1.1 or higher security protocol. Upon connection, I see the following error: RuntimeError: UNSUPPORTED_CLIENT: TLS 1.0 has been disabled in this organization. Please...
Rather than using regex to deal with custom domain, it is much simpler to just use the host from server URL. Please merge this.
Is it possible to get the job id from the results? We would like to poll the job after it has bee submitted. Thanks
Salesforce used to have a -api after the instance name and no longer does.
By allowing the regular expression matcher in parse_instance to match custom domains we can use API endpoints with a custom domain defined.
License
This gem seems to have lost traction but is quite useful. Would you consider changing the License to Apache 2.0 or MIT so that it can be safely used for...
I am trying to use the salesforce_bulk gem to query our Salesforce instance. I can log in successfully, but when I query I get the following results, or similar: ```...
I tried to make a query the Body field on object Attachment but the query returned an error. I am assuming that query on Blob values is not allowed, can...