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
4
votes
1 answer

How to add a custom suffix to a Big Number with Trendline value

I would like to add a static string suffix to the Big Number with Trendline chart in Superset. I'm specifically looking to add "hours" to the number. Here is what I've tried so far: ,d hours ,d 'hours' ,d + hours ,d = ' hours' I do see a Duration…
mw007
  • 436
  • 3
  • 9
4
votes
0 answers

Customizing whole Apache Superset UI

In Superset one can customize the styles for a particular dashboard through CSS-templates, but I want to change the styles for the whole UI such as Home page on which you see the list of dashboards. What would be the easiest way to do this?
marcello
  • 41
  • 1
4
votes
2 answers

Where is the Superset Helm Chart?

I am looking for a helm chart of Superset to set it up on Kubernetes which is hosted remotely. In other words I would like to call "helm repo add" on a remote url. I found this one here but it says that it is deprecated with no reference to a new…
Manuel
  • 649
  • 5
  • 22
4
votes
1 answer

Use Apache Superset API to feed a dataset

I would like to understand if this is possible to populate a Superset dataset using the Superset API. I browsed the documentation and I have the feeling that we can't do it the way we upload a CSV file for example. I know the other possiblitiy is to…
curuba
  • 527
  • 1
  • 10
  • 29
4
votes
1 answer

can't connect clickhouse db using superset occur ERROR: Could not load database driver: clickhouse

URI String is : clickhouse://gpsec:xxx@xxx:8858/sec docker-compose logs -f -t superset superset_app | 2021-02-02T03:23:36.323066230Z 172.17.0.233 - - [02/Feb/2021 03:23:36] "GET /api/v1/database/_info?q=(keys:!(permissions)) HTTP/1.1"…
Yanpeng
  • 89
  • 2
  • 4
4
votes
3 answers

Apache Superset on Mobile

Does anyone know if you can expose a superset or chart on a mobile device? Has anyone explored it? I have researched github and stackoverflow but have not seen anything posted.
Sean Frogner
  • 41
  • 1
  • 2
4
votes
3 answers

How to use row level security in Superset UI

I am using the newest version of superset and it has the row-level security option in the UI. Can anyone help me and let me know or give a little walk through that how can I implement it in the UI and use it. There is hardly much documentation…
Aditya Verma
  • 201
  • 4
  • 14
4
votes
1 answer

Disable load examples in Apache Superset

I have installed Apache Superset locally using Docker Compose. All of the pre-loaded examples were helpful at first, but I am wondering if there is a configuration setting to skip loading these examples. I know that I could delete each example…
CurtLH
  • 2,329
  • 4
  • 41
  • 64
4
votes
0 answers

How to edit tooltip in superset chart

I'm new to superset and discovering whether it is available to edit the tooltip in a line chart. For example the line chart is with date as x-axis and price as y-axis, so the tooltip only shows these two information. But I want the tooltip also…
lke
  • 73
  • 6
4
votes
4 answers

URL filter parameters in Apache Superset dashboards

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 Dashboard Filter with URL parameter ). I've used pattern…
Bartosz M.
  • 98
  • 1
  • 8
4
votes
1 answer

LDAP Configuration in Apache Superset

Airbnb superset distribution used to provide few properties to configure LDAP authentication via Flask for Superset. While trying to implement the Apache Superset Distro, unable to find anything that maps to the following…
Shyam
  • 81
  • 1
  • 6
4
votes
1 answer

Unable to start Apache Superset due to failed PostgresDB connection using Docker

I am trying to install Superset using Docker. However, following the instructions, I am encountering an issue where the database connection is refused. I check the logs, the container responsible for database service is up and running but when I…
4
votes
0 answers

Apache superset: how to export data as csv for all charts in a dashboard?

In apache superset, I see an 'Export CSV' option to export data as CSV for an individual chart. I have a dashboard which has many charts and I want to allow users to export data from all the charts in a single click. What would the easiest approach…
Gopi
  • 10,073
  • 4
  • 31
  • 45
4
votes
2 answers

how to change apache superset's chart's background color?

Per How to Change Apache Superset Template from the Superset User Interface? , I was able to change the CSS template for Superset dashboard. But the charts inside the dashboard are not affected. e.g. most of the charts have white colored…
Youfa Mao
  • 149
  • 1
  • 9
4
votes
4 answers

Connecting Apache Superset with PostgreSQL

Suppose I run my Apache Superset on top of the Docker and I want this to connect with my local postgreSQL server. I used the following URI but I got an error: postgresql+psycopg2://username:password@localhost:5432/mydb The error is: ERROR: {"error":…