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
6
votes
2 answers

Apache Superset integration in web apps

I'm new to Apache Superset and have some questions. Hope you guys can answer them: (1) Is it possible to integrate dashboards via IFrames? (2) Are there any other ways to integrate dashboards into other web applications. (3) I found the superset-ui…
Isaac Tack
  • 91
  • 1
  • 3
6
votes
1 answer

How to display Superset data as polygons in deck.gl

Superset has a deck.gl Polygon visualisation type. I am trying to use this type of chart to display polygons taken from a PostGIS enabled postgres database; however, no visual information is displayed other than the legend. My database query is as…
songololo
  • 4,724
  • 5
  • 35
  • 49
6
votes
1 answer

Increase Filter Limit in Apache Superset

I am trying to create a filter for a field that contains over 5000 unique values. However, the filter's query is automatically setting a limit of 1000 rows, meaning that the majority of the values do not get displayed in the filter dropdown. I…
ganninu93
  • 1,551
  • 14
  • 24
6
votes
1 answer

Problem with positioning of charts in superset dashboard

I want to put some charts on Superset dashboard. The layout I want is like this: ____________________ | | | | | B | | A |_________| | | | | | C | |__________|_________| A is a…
Hessam
  • 1,377
  • 1
  • 23
  • 45
6
votes
3 answers

How to get Apache Superset to run on a specified path

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 redirected…
MoreScratch
  • 2,933
  • 6
  • 34
  • 65
6
votes
4 answers

How to connect Superset to external APIs like Google Analytics?

I am willing to show Google Analytics and Google Search Console data directly into Superset through their API. Make direct queries to Google Analytics API in JSON (instead of storing the results into my database then showing them into Superset) and…
Antoine Brunel
  • 1,065
  • 2
  • 14
  • 30
6
votes
1 answer

Setting up Apache Superset with Nginx as Reverse Proxy

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): server { listen 80 default_server; server_name…
5
votes
6 answers

connect superset to postgresql in a docker container - The port is closed

My operating system is Linux. I am going to connect Superset to PostgreSQL. PostgreSQL port is open and its value is 5432. PostgreSQL is also running and not closed. Unfortunately, after a day of research on the Internet, I could not solve the…
Sardar
  • 524
  • 1
  • 6
  • 19
5
votes
2 answers

How to customize the order of bars in a Superset Chart

In Apache Superset I want to create a Bar Chart - just like the 'Vaccine Candidates per Phase' from the 'COVID Vaccine Dashboard'. Goal: We want to customize the order of the bars without adding '0', '1' to the labels to then order it…
Chris
  • 412
  • 5
  • 13
5
votes
1 answer

Does Apache Superset re-use dataset results for multiple charts or query it for every chart?

I'm wondering about how Superset re-uses the dataset results already queried once. For example: you have a dataset my_dataset where there are 5 charts pointing to it with different views of the same raw data. If I put these 5 charts inside a…
5
votes
2 answers

Superset iframe login redirect

I'm trying to understand how one should be able to insert Superset's dashboards and charts inside another application. At the moment I am at this step: I have inserted the iframe of a chart inside my html page and I am presented with Superset login…
cat
  • 96
  • 1
  • 11
5
votes
1 answer

ImportError: cannot import name '_ColumnEntity' Ubuntu20.10

pip install apache-superset then I have written superset db upgrade I am getting the following error Traceback (most recent call last): File "/home/cod7/superset-env/bin/superset", line 5, in from superset.cli import superset File…
5
votes
2 answers

Why does superset load_examples says "admin user does not exist" even thought one exists?

Following official instructions I got this: Admin user does not exist. Even though I ran superset fab create-admin and everything was ok.
dz902
  • 4,782
  • 38
  • 41
5
votes
2 answers

How can I embed Superset Apache charts in my application bypassing login

I have been running into an issue where I modified "PUBLIC_ROLE_LIKE_GAMMA = True" in both superset/config.py and added the datasource to PUBLIC as per the link suggested reference in google. But I'm still getting the AUTH login page while accessing…
Nishanth Singh
  • 51
  • 1
  • 2
  • 7
5
votes
4 answers

How to assign view only published dashboards in Apache SUperset

I know that the Published/Draft function on dashboards is not made to have private dashboards, but i would like to limit the access to the Draft dashboards as they can access by the Url. I have tried to look for the rights but i have not seen…
1 2
3
78 79