apache-superset Questions

2

We connected superset with PostgreSQL and able to make charts and Dashboards. It's easy and really helpful to make dashboards. But now we are looking for the share functionality for dashboards whic...
Tredecillion asked 13/1, 2017 at 9:47

3

Solved

I'm trying to import the Superset dashboard through API but currently not successful yet. I'm following Superset API docs to import with endpoint: /api/v1/dashboard/import My import payload as bel...
Lues asked 15/6, 2021 at 9:59

5

Solved

Installed superset using the docker image, but I was never prompted for an admin account creation. I've tried admin/admin and admin/superset combinations but nothing is working.
Pudendum asked 2/5, 2019 at 23:22

4

I would like the names of the columns in the table below to be different from the names of the columns in the database. For example by changing "COD_STAT" to "Station ID". How can this be done? ...
Cutanddried asked 9/6, 2020 at 10:29

6

Solved

I attempted to request a REST request to see the document below. But do not work. https://superset.apache.org/docs/rest-api request: curl -XGET -L http://[IP:PORT]/api/v1/chart response: {"msg...
Seay asked 4/8, 2021 at 6:49

5

I am trying to implement the Apache superset dashboard in a webpage. Anyone have any idea how to implement this?
Lenlena asked 16/1, 2019 at 14:20

4

Solved

Following the steps provided in this guide while installing Apache Superset on Windows, I've had errors while setting up a docker container using Docker Compose (after cloning the project in apache...
Perspiratory asked 21/4 at 0:43

8

Solved

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 ...
Ximenez asked 17/9, 2022 at 17:19

2

I'm trying to add a special data source to Superset (a data exploration platform). This database only supports HTTP API, and returns data in json format; for example: > http://localhost/api/sql...
Hurlow asked 12/5, 2017 at 4:8

3

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 goo...
Mangan asked 22/7, 2020 at 10:18

4

Solved

In the below, I'm trying to hide the text "PV Monocrystalline" to provide a bit more room for the number. If i delete the content it still occupies the space and shows <empty> as the title. I...
Play asked 17/9, 2019 at 17:15

1

Goal: My goal is to export the all the dashboards from the superset so that I can save them as backup and also make sure that I can import them. Existing setup: I am cloning superset from git and u...
Swipe asked 20/10, 2021 at 7:9

6

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) supe...
Rese asked 5/12, 2019 at 12:38

3

Is there any way by which we can create new roles programmatically in Superset? I have checked the docs but can't find any hooks to create the roles programmatically.
Marinmarina asked 19/5, 2021 at 17:28

5

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'.
Asur asked 1/1, 2019 at 8:26

2

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 ...
Garrott asked 7/4, 2021 at 13:19

3

Superset comes with an example named "World's Bank Data". In its dashboard, there is a filter named "Region Filter". How can I implement this? Is there a tutorial on this? Any pointer or a quick ex...
Me asked 6/8, 2018 at 18:15

3

Solved

I am using Superset for data visualisation and I'm used to upload a csv file for each dataset I need. My issue is when I want to duplicate a dashboard and replace the datasource only for the copied...
Poree asked 14/9, 2021 at 14:26

2

Solved

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\python3...
Coxcomb asked 27/2, 2020 at 16:41

4

Solved

Is it possible to create a drill down graph with apache superset? Say for example - population of all countries and onclick of a country, population of all states within that country should be draw...
Cerussite asked 21/2, 2019 at 7:18

2

Solved

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...
Romeo asked 8/8, 2022 at 14:55

4

I'm getting this error message: Datetime column not provided as part table configuration and is required by this type of chart I'd like to create a chart showing change in total volume over time....
Monocarpic asked 29/5, 2018 at 20:22

4

I'm trying to create simple superset dashboard with a single chart (Big Number) that will filter data based on URL parameter passed to the dashboard. I've tried to fallow this Apache Superset Dashb...
Stound asked 18/9, 2020 at 6:50

2

I am an issue where i need to prefix superset app ie the URLs generated by superset need to be prefixed with '/dev'. I tried to fix it using Blurprints but superset doesn't seem to take into consid...
Rectory asked 12/6, 2018 at 1:30

3

Solved

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...
Wallenstein asked 20/6, 2021 at 21:36

© 2022 - 2024 — McMap. All rights reserved.