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

Unable to Embed Apache Superset in my react App

I am trying to embed Apache Superset in my react app, currently, I have set it up on my local machine by following https://hub.docker.com/r/apache/superset guide. How can I go about from here, I tried following other tutorials but I don't see embed…
Atharane
  • 64
  • 5
2
votes
0 answers

How to assign default role automatically for all dashboards in superset

We have DASHBOARD_RBAC enabled in superset, it is showing roles menu but no roles are populated as like below. I want to assign Gamma Role as default role for every dashboard which is published in superset programatically. When ever new dashboard…
kalyan4uonly
  • 317
  • 1
  • 12
2
votes
1 answer

Can a Superset dataset use multiple data sources?

I'm evaluating different BI solutions and I have a specific requirement. Our setup has multiple DS with the same schema, e.g. Customer1DB, Customer2DB, etc. Can multiple DBs be ingested in the same Superset dataset?
Gabriel R.
  • 1,186
  • 1
  • 15
  • 29
2
votes
0 answers

Apache superset fails to build on Mac m1 chip

I'm trying to build apache superset on MacOS Monterey with M1 chip. Using this link https://superset.apache.org/docs/installation/installing-superset-from-scratch/ I tried to build superset in local and build fails at running command pip install…
Varun
  • 35
  • 1
  • 6
2
votes
0 answers

Superset failed to connect Azure Databricks

I have installed superset with docker container, logged in to superset. I wanted to connect to Azure Databricks. I have followed the below steps. I have created "requirements-local.txt" file in /superset/docker/ folder. Added…
Nagaraj
  • 31
  • 4
2
votes
1 answer

Can't execute "superset db upgrade"

superset db upgrade /usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.12) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) Traceback (most recent call last): File…
2
votes
0 answers

markdown table not rendering properly with lines

I put markdown layout in my superset dashboard. I have to create a table but it doesn't work properly. The markdown I used is | type|name |description | |----|---|---| | blahg | dbah | agsr | | 12 | 1ga | afbv | and how superset shows it is like…
Ryan Kwon
  • 21
  • 2
2
votes
1 answer

How to connect Snowflake with Superset by sqlalchemy connection string with Azure AD SSO

I tried to use sqlalchemy connection string to establish connection between snowflake and superset, but due to my snowflake has Azure AD SSO integrated, how can I use sqlalchemy connection string to successfully complete my connection? BTW, I have…
2
votes
1 answer

Superset & Prophet (Forecast) not working

I am using Superset v1.5.1, and trying to use the Forecast option. I ran multiple commands, including: pip --no-cache-dir install pystan==2.19.1.1 && pip install prophet or pip install lunarcalendar tqdm "pystan<3.0" && pip install "prophet>=1.0.1,…
yodamousta
  • 156
  • 9
2
votes
0 answers

Superset Error : werkzeug.exceptions.NotFound: 404 Not Found: The requested

I' using superset to create dashboards and it's working but I keep getting this error that make superset functioning weirdly 2022-08-01 18:21:53,169:WARNING:superset.views.base:HTTPException superset_app | Traceback (most recent call…
moe_
  • 219
  • 2
  • 3
  • 15
2
votes
1 answer

Identify Superset version from docker image

I had earlier installed Superset locally from its docker image by following instructions in https://hub.docker.com/r/apache/superset. Now I want to find what release of Superset was installed. I exported the contents of the docker image. But if I…
user173399
  • 464
  • 5
  • 21
2
votes
1 answer

SQLiteDialect_pysqlite cannot be used as a data source for security reasons

I've a error in the middle of using superset database. I've gotten add new database from my local storage, but I've got a error as follow in screenshot. How can I solve this?
hotbrainy
  • 331
  • 1
  • 10
2
votes
2 answers

How to pass environment variables to Apache Superset docker container on Azure Container Instances

I'm able to create a working container group of Apache Superset using the Azure CLI like this: az container create --resource-group myrg --name superset-test --image apache/superset:1.5.1 --dns-name-label superset-test --ports 80 8088 --cpu 2…
2
votes
1 answer

Understanging kappa architecture with apache superset

There is a lot of information about kappa architecture in the internet and after going through some of the conceptual aspects I am trying to drill down to something more concrete. As I main source I used this website. Let's imaging you want to…
Sjoerd222888
  • 3,228
  • 3
  • 31
  • 64
2
votes
0 answers

How to correct Invalid Decryption Key error

I installed Apache-Superset on linux based VM. I can log in to the system but there is an error when I tried to access the sample dashboards in the system. DB Engine Error Invalid decryption key This may be triggered by: Issue 1011 - Superset…
Muditha
  • 43
  • 4