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

How to divide the country_map into more than just the country regions in Apache Superset?

I am using Apache Superset, specifically country_map to visualize data. Is it possible to slice the country maps into more areas than just the regions of the country? How can I achieve that?
Snow
  • 1,058
  • 2
  • 19
  • 47
0
votes
1 answer

Superset 'npm eacces permission denied mkdir'

As per the steps provided in the Superset Documentation, while following the Docker way of initializing the development environment, the following error occurs. Have already tried using Node Version Manager to install npm, but still the error…
Jai
  • 70
  • 1
  • 1
  • 11
0
votes
1 answer

How can I connect my local mysql database to Apache superset in MacBook Pro?

I am using mysql://root:root@localhost:3306/db_superset as the SqlAlchemy URI to connect mysql database to superset. However, I keep receiving error message like Can anyone know how to resolve it? My OS version is macOS High Sierra Veresion…
zoeylong
  • 77
  • 1
  • 9
0
votes
2 answers

superset server not running

I am following the below instructions to install superset. In this step "superset runserver -d" getting an error below. How do I fix this issue. Thanks [DEPRECATED] As of Flask >=1.0.0, this command is no longer supported, please use flask run…
Naveenan
  • 345
  • 1
  • 4
  • 16
0
votes
0 answers

How could I run Unittest in Superset?

There is a tests folder in Superset source code, how could I run them all? I try to use python xx_test.py (a py file in the folder) but raised import error
Harpsichord1207
  • 153
  • 2
  • 10
0
votes
1 answer

502 bad request when I reboot aws AMI redash

I have created a new server redash in aws Region us-west-2. after a setup superset in server but error. I reboot server instance in aws and redash don't active. Bad Gateway: The proxy server received an invalid response from an upstream server…
0
votes
1 answer

How to change "Time Grain" in Superset

I am trying to create a time series chart in Superset using a field named "created_at" which is a timestamp. But in the Superset interface, I can't change the "Time Grain" at all but created_at was picked up automatically. Any idea how to resolve…
kee
  • 10,969
  • 24
  • 107
  • 168
0
votes
1 answer

How to use non-English dimension names in the filter for MySQL data sources in Superset

The non-English dimension name in the filter doesn't seem to be recognized by MySQL because it is enclosed by single quotes (should have been double quotes?) when I checked the raw SQL. Is there a way to work around this?
kee
  • 10,969
  • 24
  • 107
  • 168
0
votes
1 answer

Difficulty Connecting to Online postgreSQL Structured Database to Superset

I am a newbie to Superset and programming. I am trying to connect to real-time database that is stored on https location to Superset. I am having difficulty understanding the steps involved in connecting to the database. Would someone be able to…
0
votes
2 answers

Unable to find the Superset folder in Macbook

I have Apache Superset installed in my Macbook. I am trying to find the location where this is installed as I want to check the config file. Could anyone assist where Superset is installed in a Mac.
dark horse
  • 3,211
  • 8
  • 19
  • 35
0
votes
2 answers

URL prefix for Superset

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 consideration blueprints with url_prefix. The main reason…
Explorer
  • 121
  • 2
  • 7
0
votes
1 answer

Apache Superset - Concurrent loading of dashboard slices (Athena)

I've got a dashboard with a few slices setup. Slices are loading one after the other, not concurrently. This results in a bad user experience. My data is sitting on S3 and I'm using the Athena connector for queries. I can see that the calls to…
sj.meyer
  • 835
  • 8
  • 15
0
votes
1 answer

Apache superset theming and styling

Hi All is there any tutorial to change the template? I tried to create my own variables.less and assigned it on the basic.html but no luck
Bireon
  • 179
  • 2
  • 4
  • 18
0
votes
2 answers

errors while Installing superset under Windows system

I would like to install python module - superset in my Windows 10, however, some errors stop me to install further more. After I typed in "pip install superset", Belows are the 3 errors executed in cmd: Failed building wheel for…
Yung Lin Ma
  • 121
  • 2
  • 14
0
votes
2 answers

Apache superset on Mac osx

Hi all I am tried to install the superset on OSX using the Python3. After the installation finished when I tried to add the Database using the mysql:// it said error No Module name MySQLDb. I tried to explore how to solved this, one of tutorial said…
Bireon
  • 179
  • 2
  • 4
  • 18