verified-sources icon indicating copy to clipboard operation
verified-sources copied to clipboard

Salesforce Sandbox

Open eduardocaceres opened this issue 1 year ago • 1 comments

Source name

Salesforce

Describe the data you'd like to see

Hello,

I hope all is well with you.

I am trying to use DLT Hub to pull data from SalesForce Sandbox. I am running in all kinds of issues/errors. I believe DLT hub does not support Salesforce Sandbox. I like to be able to test it fully in our Sandbox before moving it into Production. I am very interested in the product.

Thanks,

Are you a dlt user?

Yes, I'm already a dlt user.

Do you ready to contribute this extension?

Yes, but I need help.

dlt destination

Snowflake and Postgres

Additional information

it should be able to connect to REST API in the form of

domain = 'datahubcrm--datahubcrm.sandbox.my' # For production, set it to 'login'

this is how I use it with regular python code.

eduardocaceres avatar Sep 02 '24 01:09 eduardocaceres

Adding domain to secrets.toml

Similar to the Google DTS this could be achieved by adding the domain to the secrets.toml & fetching from there.

blurred_image

konznic93 avatar Oct 07 '24 12:10 konznic93

Hi - this is actually a simple fix! While I don't know the specifics of your issue, see if passing

domain='test'

to the Salesforce() function solves your issue - this is required to connect to a sandbox instance! This comes from simple_salesforce.

@eduardocaceres

neal301 avatar Aug 05 '25 21:08 neal301

Closing, since the option to set doman="test" has been added in #641

anuunchin avatar Aug 18 '25 17:08 anuunchin