dlt-hub / verified-sources

Contribute to dlt verified sources 🔥
https://dlthub.com/docs/walkthroughs/add-a-verified-source
Apache License 2.0
71 stars 50 forks source link

Salesforce Sandbox #564

Open eduardocaceres opened 2 months ago

eduardocaceres commented 2 months ago

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.

konznic93 commented 1 month ago

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