Salesforce question - was trying to test using a S...
# getting-started
j
Salesforce question - was trying to test using a Salesforce dev environment. How do I tell Metlano to use a different URL? (e.g., https://<my_dev_env>.salesforce.com/ )
e
j
thanks, will take a look
p
The extractor does have an is_sandbox setting that looks like its passed into the Salesforce client, I'm not sure if its just using a domain like https://sandbox.salesforce.com/ behind the scenes
m
When using
tap-salesforce
in
meltanolabs
variant, the configuration
is_sandbox
allows you to use any SFDC Sandbox (/dev) environment - I have tried both partial and full sandboxes and both works well. (If I understand it correctly there is one common login endpoint for production and one for all sandboxes in SFDC environment)