We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Security Token isn't required in all SFDC environments - depending on configuration. See here for more information.
redash/redash/query_runner/salesforce.py
Line 81 in be56035
Just remove token from the required list. Seemed like it'd be faster to create an issue than submit a PR for such a small change
token
required
The text was updated successfully, but these errors were encountered:
Might be worth noting that I'm running a version with the change applied and it works 👌
Sorry, something went wrong.
Fix issue getredash#4402. Removed token from the required list.
1662acf
0ad43de
No branches or pull requests
Issue Summary
A Security Token isn't required in all SFDC environments - depending on configuration. See here for more information.
Steps to Reproduce
Technical details:
redash/redash/query_runner/salesforce.py
Line 81 in be56035
Just remove
token
from therequired
list. Seemed like it'd be faster to create an issue than submit a PR for such a small changeThe text was updated successfully, but these errors were encountered: