Apache Superset
Apache Superset is a web-based application for exploring and visualizing data. It is commonly deployed on a server and accessed by multiple users. Users can utilize Apache Superset to write SQL queries, generate new tables, visualize data, create dashboards, and export data into files.
Requirements
Install the latest e6data pip package.
Please use the latest version of the Apache superset.
Connection
Get the necessary connection information for your cluster:
For connection string
Once you have gathered this information, you can create a new connection in Superset. To connect with Superset, follow the below instructions:
Go to Superset settings and select "Database Connection."
Click on "+ Database" and choose "Others" from the supported databases.
In the SQLalchemy URI field, enter the provided URL, replacing placeholders with actual credentials.
Click on "Test Connection" to ensure the details are correct.
After a successful test, click "Connect."
TLS/HTTP
e6data utilizes globally trusted certificates, ensuring that the host and port provided by the connection dialogue are adequate. Any e6data cluster necessitating authentication must also employ TLS/HTTPS. If adhering to globally trusted certificate best practices, utilize the cluster’s HTTPS URL in the connection string as detailed in the aforementioned steps. (Only required for TLS connectivity type of endpoints.)
Last updated