[Add Database] Adding Apache Druid database entry is broken
See original GitHub issueExpected results
Should be able to add Apache Druid database entry, when a valid and working SQLALCHEMY URI is specified.
Actual results
The UI fails to make an api request and hence doesn’t add an entry for the druid database. However, test connection works well.
Screenshots
If applicable, add screenshots to help explain your problem.
How to reproduce the bug
- Go to ‘Data -> Databases’
- Click on ‘+Database button’
- Scroll down to ‘Supported databases dropdown’ and select Apache Druid
- Enter a valid url of the druid database
- Click Connect, and nothing happens
- Open browser console to see error
Environment
(please complete the following information):
- superset version:
master
- python version:
Python 3.8.2
- node.js version:
v12.21.0
Checklist
Make sure to follow these steps 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.
- 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.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Updating Existing Data - Apache Druid
Updating Dimension Values. If you have a dimension where values need to be updated frequently, try first using lookups. · Rebuilding Segments (Reindexing)....
Read more >Cannot connect to mysql - Ingestion - Druid Forum
Here's the error code. “error”:“Could not resolve type id 'mysql' as a subtype of org.apache.druid.metadata.
Read more >Inside Apache Druid's storage and query engine - YouTube
Apache Druid is an open-source columnar database known for high performance at scale; its largest deployments comprise thousands of servers.
Read more >Maximizing Apache Druid performance: Beyond the basics
Druid is a powerful real-time database, and part of that power is the level of control you get over cluster configuration, allowing you...
Read more >Event-Driven Data with Apache Druid - Baeldung
As part of that, we'll create a simple data pipeline leveraging various ... Apache Druid is a real-time analytics database designed for fast ......
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
test case updated
thanks for reporting, @vivek-kandhvar are you on master or 1.2? im confused.