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
An attempt to create an ODBC Microsoft SQL Server connection returns a HTTP 400 Bad Request error.
I use the API here to avoid any unintended connection tests.
curl --request POST \ --url https://app.redash.io/<slug>/api/data_sources \ --header 'authorization: Key <your api key>' \ --data '{ "name": "Test", "type": "mssql_odbc", "options": { "server": "server.example.com", "user": "user@server.example.com", "password": "password", "db": "example-db" } }'
Returns:
{ "message": "The browser (or proxy) sent a request that this server could not understand." }
Checking Redash's logs it looks like an IntegrityError on line 155 of handlers/data_sources.py but I can't debug it past that.
handlers/data_sources.py
The text was updated successfully, but these errors were encountered:
Where u ever able to get this to work?
Sorry, something went wrong.
I'm not able to reproduce this behavior anymore, actually. Seems to be working again normally.
No branches or pull requests
Issue Summary
An attempt to create an ODBC Microsoft SQL Server connection returns a HTTP 400 Bad Request error.
Steps to Reproduce
I use the API here to avoid any unintended connection tests.
Returns:
Checking Redash's logs it looks like an IntegrityError on line 155 of
handlers/data_sources.py
but I can't debug it past that.Technical details:
The text was updated successfully, but these errors were encountered: