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
5
votes
3 answers

How do I change the column names of a table in Apache Superset?

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?
Alduin
  • 51
  • 1
  • 2
5
votes
2 answers

Cant load CSS with Docker installation on Superset

I installed superset following these steps using Docker but when I go to http://localhost:8088/superset there is no CSS. Furthermore, every time I try to create a chart I get sent back to the main page. Like, if I hit http://localhost:8088/chart/add…
giaggi
  • 542
  • 5
  • 16
5
votes
4 answers

How to change a column to datetime in Apache Superset table configuration?

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. I have a date field created as a column that I'd…
David Shinabarger
  • 143
  • 1
  • 3
  • 12
5
votes
1 answer

How to Change Apache Superset Template from the Superset User Interface?

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 will be the best way to change Apache Superset skin.
Jean Valet
  • 131
  • 1
  • 2
  • 7
5
votes
1 answer

Superset cannot connect to my Sqlite database

I have a database in sqlite and followed this tutorial on how to create it. I checked, the database exists and contains values. I entered following SQLAlchemy URI in the web interface of the superset:…
Alina
  • 2,191
  • 3
  • 33
  • 68
5
votes
1 answer

How to write my own dialect in sqlalchemy to adapt HTTP API?

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/query?q="select * from table" < [{"id": 1, "value":10},…
ShenLei
  • 567
  • 1
  • 5
  • 17
5
votes
1 answer

How to share a Superset Dashboard or Chart?

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 which they also mentioned on their superset introduction…
Vikash Jangra
  • 113
  • 2
  • 9
4
votes
1 answer

How to setup apache superset local flask backed correctly?

I always get the following error while setting up the local backend for apache-superset following this article https://superset.apache.org/docs/Contributing/local-backend/ How to reproduce the bug clone this repo…
4
votes
0 answers

How to show exact number in Numeric Range Natie Filter in Superset

I have Numeric Range filter with values 201401,201402 etc.. but in the filter in place of showing the exact value it is showing as 201K ..how can I get the exact value. Thanks
Ankit
  • 131
  • 1
  • 8
4
votes
5 answers

How to increase superset row limit and timeout cache for SQL Lab and Visualization

I have a dataset that has 1 billion rows. The data is stored in Hive. Also, I put Impala as a layer between Hive and Superset. The queries that are run in Superset have row limit max. 100.000. I need to change it with no row limit. Furthermore, I…
ufukyılmaz
  • 51
  • 1
  • 6
4
votes
3 answers

Duplicate a Superset dashboard, then replace its dataset source at once?

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 dashboard. In practice I export the dashboard that…
Qui
  • 43
  • 1
  • 3
4
votes
1 answer

Import dashboard in superset through api

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 bellow: POST /api/v1/dashboard/import/ HTTP/1.1 Host:…
KelvinNguyen
  • 236
  • 3
  • 12
4
votes
3 answers

Create or Update Roles in SuperSet Programmatically

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.
Bad Coder
  • 866
  • 1
  • 12
  • 27
4
votes
1 answer

How to embed/use graph generated by apache superset directly in other web application

I have my own web applications and need to implement reporting in it. So I want to know how can we embed the graph generated by apache superset in my web application/project ?
shriram
  • 69
  • 1
  • 3
4
votes
1 answer

Can you hide only the menu bar on an Apache Superset dataset explore page?

My goal is to embed the dataset explore screen where the user can build charts as an iframe in a web application; the idea would be that the user cannot see the menu bar on the top such that they cannot navigate away from the dataset within this…
John R
  • 41
  • 4