This PR adds a lot of functionality to superset. As of Drill 1.15, Drill includes column metadata in the REST interface as well as improvements to the INFORMATION_SCHEMA. The specific improvements allow you to use SQL Lab in Superset. See images below:
Picking a Storage Plugin
In SQL Lab you can pick from the available and enabled storage plugins:
Select a File or Schema
Once you've selected the schema, Superset will load the available files and populate the dropdown menu.
Once you've done that, you can see that Superset will read the columns and their associated data types as shown in the image below:
Additionally, you can preview the file or table structure:
This PR adds a lot of functionality to superset. As of Drill 1.15, Drill includes column metadata in the REST interface as well as improvements to the
INFORMATION_SCHEMA
. The specific improvements allow you to use SQL Lab in Superset. See images below:Picking a Storage Plugin
In SQL Lab you can pick from the available and enabled storage plugins:
Select a File or Schema
Once you've selected the schema, Superset will load the available files and populate the dropdown menu.
Once you've done that, you can see that Superset will read the columns and their associated data types as shown in the image below:
Additionally, you can preview the file or table structure:
Not only that, but it enables type ahead!!