superset 0.36.0 can not connect to sqlalchemy_dremio
See original GitHub issueA clear and concise description of what the bug is. Can not connect to dremio via sqlalchemy_dremio
Expected results
what you expected to happen. Success connection
Actual results
Error
what actually happens.
Screenshots
If applicable, add screenshots to help explain your problem.
How to reproduce the bug
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Environment
(please complete the following information):
- superset version:
0.36.0
- python version:
python --version
- node.js version:
node -v
- npm version:
npm -v
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- [x ] I have checked the issue tracker for the same issue and I haven’t found one similar.
Additional context
Add any other context about the problem here.
We used dremio+pyodbc://admin:P4ssw0rd@dremio-client.dremio.svc.cluster.local:31010/k8s-postgres-operator-airflow
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
superset 0.36.0 can not connect to sqlalchemy_dremio #9610
A clear and concise description of what the bug is. Can not connect to dremio via sqlalchemy_dremio. Expected results.
Read more >Installing Database Drivers - Apache Superset
Database PyPI package Connection String
Amazon Redshift pip install sqlalchemy‑redshift redshift+psycopg2://:@:5439/
Apache Drill pip install sqlalchemy‑drill drill+sadrill:// For JDBC drill+jdbc://
Apache Druid pip install pydruid druid://:@:/druid/v2/sql...
Read more >Failed to build pyodbc when installing sqlalchemy-dremio on ...
I had this exact same issue, look at this guy's solution for integrating it with superset: superset 0.36.0 can not connect to ...
Read more >Installation & Configuration - apache-superset - Read the Docs
Superset does not have official support for Windows, so we have provided a VM ... Superset stores database connection information in its metadata...
Read more >Superset 0.37, Viz Plugins, Row-Level Security, Better Code ...
It has been almost four months since Apache Superset 0.36.0 was officially ... Of course, maintaining code quality is not a one-time effort, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok solved,
we fork new docker file,
result:
We also have installed pyodbc and sqlalchemy_dremio, still can not connect to dremio,