Questions tagged [apache-superset]

Superset is an open source business intelligence web application that allows data exploration

Superset is an open-source business intelligence web application that allows data exploration, as well as the creation and sharing of data visualizations and dashboards.

For non-code questions, ask on the Apache Superset Slack community. The link changes often due to Slack's usage limits so can't be included here but is updated on the main README page on Github.

Resources:

  1. Official site
  2. Github
1173 questions
21
votes
5 answers

ImportError: cannot import name '_ColumnEntity' from 'sqlalchemy.orm.query'

After installing apache-superset using pip in virtual environment, I run: superset upgrade db I run into the following error: ImportError: cannot import name '_ColumnEntity' from 'sqlalchemy.orm.query'…
3awny
  • 319
  • 1
  • 2
  • 10
17
votes
1 answer

How to add more metrics on the country_map in Apache-superset?

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 available metric option to display: Code for the metric…
Snow
  • 1,058
  • 2
  • 19
  • 47
16
votes
4 answers

Is there a way to create read only dashboard in Apache Superset

So we have been using Apache Superset, It's a great tool. The only frustration come from that there are a few dashboards we want to share with users outside the company. I believe right now the way to do it is go from the Gamma user then create a…
qichao_he
  • 4,204
  • 4
  • 15
  • 24
14
votes
3 answers

Using OpenID/Keycloak with Superset

I want to use keycloak to authenticate my users in our Superset environment. Superset is using flask-openid, as implemented in…
13
votes
1 answer

Terraform: Deploying a Docker Compose app on EKS/ECS

TL;DR I use an open-source server application running on Docker Compose. It has a few services, including PostgreSQL DB and Redis. How can I best deploy this application to AWS in full IaC with Terraform? Solutions so far 1. AWS ecs-cli ecs-cli now…
11
votes
2 answers

Failed building wheel for pyarrow

I am trying to pip install Superset pip install apache-superset and getting below error Traceback (most recent call last): File "c:\users\saurav_nimesh\appdata\local\programs\python\python38\lib\runpy.py", line 193, in _run_module_as_main …
saurav nimesh
  • 113
  • 1
  • 1
  • 5
11
votes
6 answers

Apache Superset config.py on

I am trying to customising my Apache Superset. I am not very familiar with Terminal. On the documentation it is written: "To configure your application, you need to create a file (module) superset_config.py and make sure it is in your PYTHONPATH.…
Simone Zanetti
  • 111
  • 1
  • 1
  • 3
10
votes
3 answers

Apache Superset error when installing locally using Docker Compose

I'm trying to install to my Ubuntu 20.04 local machine using docker-compose. When I run sudo docker-compose -f docker-compose-non-dev.yml up, I got several errors and the process keep giving errors and did not end, so I aborted. Can you please tell…
dogacan
  • 127
  • 2
  • 9
10
votes
4 answers

How to embed an Apache Superset dashboard in a webpage?

I am trying to implement the Apache superset dashboard in a webpage. Anyone have any idea how to implement this?
Ankita
  • 109
  • 1
  • 1
  • 4
10
votes
1 answer

Using KeyCloak(OpenID Connect) with Apache SuperSet

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 installing it as a FAB add-on, so as to implement it…
sj.meyer
  • 835
  • 8
  • 15
10
votes
2 answers

Adding URL links in table charts

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 we send the raw link in anchor tag, it displays
Chirag
  • 101
  • 1
  • 6
10
votes
2 answers

Add a druid cluster as a SQL database in Apache Superset

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?
Climbs_lika_Spyder
  • 6,004
  • 3
  • 39
  • 53
9
votes
1 answer

Create charts from SQL query

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.rental_id=p.rental_id group by("film") order by…
Beto
  • 579
  • 1
  • 5
  • 15
9
votes
1 answer

Where are label_colour keys stored in apache-superset?

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 Metadata attribute using the label_colors key. By adjusting…
mapping dom
  • 1,737
  • 4
  • 27
  • 50
9
votes
5 answers

Superset individual dashboard permission

Is it possible to set permission on a specific dashboard? Like only 'user1' and 'user2' will view/see 'dashboard1' and others will not see 'dashboard1'.
Nurul Akter Towhid
  • 3,046
  • 2
  • 33
  • 35
1
2 3
78 79