Closed
Description
While adding a dataset from Apache Spark SQL / Hive form incorrectly loads tables on Add dataset form. It affects to tables and views. The number of tables + number of views, the number of default
on Add dataset select box (see screenshot).
In contrast, querying database using SQL Lab is working perfectly (see screenshot).
Expected results
Add a dataset to Superset.
Actual results
Cannot add the dataset to Superset. No errors or warnings in logs.
Screenshots
How to reproduce the bug
- Add new database
- Select Apache Spark SQL
- Enter the SQLAlchemy URI:
hive://x.x.x.x:10000/default
(tested withoud db name also) - Click on Connect
- Go to Datasets and add new dataset
- Select the new connection
- Select the Schema
- Table select will be populated with
default
table names.
Environment
Running the latest version of docker-compose-non-dev.yaml