apache-superset Questions
2
I have a bunch of Docker containers (which in fact is Apache Superset system). I run them using docker-compose, like so:
$ docker-compose run
The docker-compose.yml file can be taken from offici...
Cano asked 22/2, 2020 at 18:25
2
Solved
I currently connect to the druid cluster through the druid connector in Apache Superset. I heard that SQL can be used to query druid. Is it possible to point my SQL database connection to druid?
Wisdom asked 4/5, 2018 at 20:16
2
We have a Superset table that displays data based on an SQL query. Currently, all the data is rendered in HTML div/span tags.
We need to open a link in a new tab on click of one of the columns. If ...
Indre asked 17/12, 2018 at 6:49
3
I am running Apache Superset at the following address:
http://superset.example.com:8088
That gets redirected to:
http://superset.example.com:8088/superset/welcome
Ideally, users would get red...
Impressionist asked 15/6, 2018 at 17:44
2
We have a need to build a dashboard on Superset (sourcing data from Druid). I am a new user for superset and I maybe missing something. How can I make my charts on a dashboard in superset be a movi...
Bootle asked 9/3, 2019 at 2:24
1
Solved
I want to create a chart from a join sql query between 2 tables in superset.
for example , I go to SQL Lab and execute this query :
select film, count("film") from rental r, payment p where r.re...
Pogue asked 14/8, 2019 at 12:27
1
Solved
I have a flask web application with many pages where users can insert some data stored in mysql using sqlalchemy. I would create another page with an interactive dashboard. I googled and I found su...
Alves asked 5/4, 2019 at 20:0
2
Solved
I have a line graph like this but I couldn't figure out how to change the legend here. I tried to modify the metadata and couldn't make it work:
Flagstone asked 1/10, 2018 at 23:27
1
I am using country_map in apache-superset for visualization purposes. When zooming in on a polygon, information from the columns appears inside of the polygon, like so:
There is only one availab...
Inceptive asked 11/2, 2019 at 9:59
1
Solved
Version: Docker instance from here
According to the docs I can edit colours based on labels;
It is possible on a per-dashboard basis by providing a mapping of labels to colors in the JSON Metad...
Shush asked 23/1, 2019 at 12:9
1
Solved
I started with Using OpenID/Keycloak with Superset and did everything as explained. However, it is an old post, and not everything worked. I'm also trying to implement a custom security manager by ...
Revision asked 2/1, 2019 at 17:2
1
I am currently running an outdated version of Apache Superset 0.20.4. The Superset DB contains a substantial amount of slices and dashboards. I would like to update my version.
Can I just run an up...
Tum asked 16/8, 2018 at 12:1
1
The Apache Superset UI has a CSS template tab, which can be used apparently to edit and change the UI skin.
I tried editing the the CSS sheet but nothing is changing, Am I missing something?
What ...
Yseult asked 26/4, 2018 at 12:42
1
Solved
I'm trying to add a custom user information retrieval from OAuth in superset, which is build on top of flask-appbuilder.
Official doc provides following information:
Decorate your method with ...
Bookmark asked 23/5, 2018 at 15:42
1
I'm having trouble setting up apache superset with Nginx as a reverse proxy (This is probably an nginx misconfig).
Server block of config (if I'm missing something, let me know and I'll add it):
se...
Uranography asked 24/8, 2017 at 14:58
1
Is there a way to pass url parameters to filter slice? somewhat like
http://localhost:8080/superset/dashboard/15/?tableColumnName=value
I have a filter slice on tableColumnName
Emblazonment asked 7/1, 2018 at 22:12
© 2022 - 2024 — McMap. All rights reserved.