mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Merge pull request #1865 from msnider/bug/salesforce-sandbox
Fix bug getting the Salesforce sandbox parameter
This commit is contained in:
@@ -92,7 +92,7 @@ class Salesforce(BaseQueryRunner):
|
||||
sf = SimpleSalesforce(username=self.configuration['username'],
|
||||
password=self.configuration['password'],
|
||||
security_token=self.configuration['token'],
|
||||
sandbox=self.configuration['sandbox'],
|
||||
sandbox=self.configuration.get('sandbox', False),
|
||||
client_id='Redash')
|
||||
return sf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user