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

Merge 3 columns into 1 with multiple nested select

I have some data that i need to display on a path layer on deckgl inside super set, the format of the data has to be very specific or else it throws errors, the format is as such [[],[],[]] anything else will throw errors. My data is in long and lat…
AlphaOmega
  • 59
  • 7
-1
votes
2 answers

convert multiline string to line string

i have a set of data that needs to be in linestring only before being converted to geojson, tried using st_dump to convert the st_makeline portion of the code which works fine but then i am having an issue converting it back to geojson, here is the…
AlphaOmega
  • 59
  • 7
-1
votes
1 answer

Superset UI cannot be loaded on port 9089 in HDP sandbox and VirtualBox

I'm unable to load Superset in Ambari on port 9089. Even the initial login screen won't get displayed. The URL is shown as http://sandbox-hdp.hortonworks.com:9089. Does anyone know how to fix this issue?
-1
votes
1 answer

how to connect hive with Superset?

I want connect hive with superset but I got this error An error occurred while creating databases: (configuration_method) Missing data for required field. My sqlalchemy command is hive://myhost:10000/default I start the hiveserver and…
Caption
  • 9
  • 1
-1
votes
2 answers

How to skip the Superset signin page

I have integrated Superset with auth0. as per my requirement, I don't need the default superset login page: I need to skip the above login page; I have to use Auth0 sign page as below, How can I do this?
Sathish
  • 151
  • 2
  • 10
-1
votes
1 answer

Error deploying the apache:superset image on Kubernetes

I am trying to deploy the latest docker image apache:superset on Kubernetes. When I deploy the YAML I get below error: [2021-04-29 01:34:10 +0000] [8] [INFO] Starting gunicorn 20.0.4 [2021-04-29 01:34:10 +0000] [8] [INFO] Listening at:…
Ankit
  • 131
  • 1
  • 8
-1
votes
1 answer

Expression {{current_username()}} is not being read properly by Superset row level security with Postgres

I have been trying to add Row Level Security to Superset and I have written this clause: when I hard code this clause in a select on the database it works as it should but when I try to dynamically call current_username() it does not read it…
Arkays
  • 1
  • 1
-1
votes
2 answers

Superset load_examles failed

I execute the following command as part of the superset installation process: superset load_examples But it results to error as follows: Loading examples metadata and related data into examples Creating default CSS templates Loading energy related…
iPhoneJavaDev
  • 821
  • 5
  • 33
  • 78
-1
votes
1 answer

Unable to publish Super set dashboard

I have a VM where super set is installed able to create the dashboard and when dashboard is published and when clicked on share dashboard getting a link as shown http://localhost:8088/r/8 but to access the published dashboard from VM named…
dhana lakshmi
  • 847
  • 1
  • 12
  • 29
-1
votes
1 answer

How to install Apache Superset in Ubuntu 18.04

I am following the steps laid out here: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose I run running one by one: We recommend that you check out and run the code from the last tagged release $ git checkout…
Sun
  • 3,444
  • 7
  • 53
  • 83
-1
votes
1 answer

How to let the user select Bar Graph - Series parameter dynamically on Superset

I've a dataset with multiple classifications for the items as below item | class_1 | class_2 | class_3 ----------------------------------------- item_1 | type_1a | type_2a | type_3a item_2 | type_1b | type_2b | type_3b item_3 | …
vvk24
  • 470
  • 5
  • 18
-1
votes
1 answer

How to make non editable filter in superset

I have "country_name" filter on world bank dashboard. I saved it as with preselect_filters as "United States" now i don't want anyone to change it. Can anybody help how can I do it?
user13153470
-1
votes
1 answer

Superset partion graph type order by

We are creating several charts in superset and with the partition type chart the ORDER BY seems to be hard coded and we cannot change it. The goal is too have the months on the left in the correct order (the column in this case is Month). When run…
Josh Fradley
  • 545
  • 1
  • 10
  • 23
-1
votes
1 answer

How to build packages for superset-ui?

https://github.com/apache-superset/superset-ui --- Git link to superset-ui repo
-1
votes
1 answer

superset error - Sorry, something went wrong

I am setting up the superset on local system using this image I am giving database connection by SQLALCHEMY_DATABASE_URI = 'postgresql://username:password@localhost:5440/airflow' in superset_config.py I am using this command to run superset docker…