Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
56 views

I am running into a consistent error with the PyPI install of apache superset 6.0.0. I am following the instructions from https://superset.apache.org/docs/6.0.0/installation/pypi/. pip install apache-...
patrice's user avatar
0 votes
0 answers
33 views

I'm wondering if it is possible to have a "Dynamic" Dimension in Apache Superset? I would like a dropdown or a filter option and the user select which Dimension he wants to see. Currently we ...
shishx's user avatar
  • 963
0 votes
0 answers
37 views

I'm wondering if there is chance to create a Hierarchy in Apache Superset. Currently we are using Tableau and we can click on a Dimension to drill down: The hierarchy: Drill down: After you click on ...
shishx's user avatar
  • 963
1 vote
0 answers
58 views

I am integrating a Superset dashboard into my web application and need multi-tenant behavior where every client sees the same dashboard layout but only the data that belongs to them. My backend ...
user31893715's user avatar
0 votes
0 answers
19 views

We have an asp.net website based on 4.5.2 framework. I am trying to integrate the Superset dashboard into one of the .aspx page, but getting following error: Error: {"errors": [{"...
Pankaj Upadhyay's user avatar
0 votes
0 answers
38 views

I am working with version 6 and I try to standardize echart charts using THEME. I modified config.py and superset_config.py with the code below. I have try many things but I am not able to make this ...
user1671727's user avatar
0 votes
0 answers
41 views

In Apache Superset, I want to make my dashboard interactive like in Power BI. For example, when I click on a bar (representing a company name on the X-axis), I want the entire dashboard to ...
Diyor Uktamov's user avatar
Best practices
0 votes
1 replies
62 views

How to automate deployment of Superset dashboards, charts, and datasets to the target environment (UAT/Prod) from Bitbucket using a CI/CD pipeline running on Cloud Build, Bitbucket Pipelines, or ...
Manish Kumar Pandey's user avatar
0 votes
0 answers
25 views

I'm working on a chart plugin for apache superset. To customize the chart I want to add a list of colors that will be used within the chart. Superset has a CollectionControl for this. With the ...
dangarbri's user avatar
  • 551
0 votes
1 answer
63 views

I have an issue with superset embedded sdk. I am trying to embed a dashboard with guest token. We have multiple Themes configured and replaced the default themes. I tried with different guest roles, ...
Bene 's user avatar
  • 53
4 votes
3 answers
378 views

I'm trying to access an Apache Superset dashboard using a guest token, but no matter what configuration I change, Superset always redirects to the login page instead of displaying the embedded ...
Mateus's user avatar
  • 2,608
0 votes
0 answers
31 views

I am using the admin role bust it's more like i'm missing permissions why? and how can we fix this error? /api/v1/security/users/ Error: FORBIDDEN Response body Download { "message": &...
Sibusiso Mona's user avatar
0 votes
0 answers
123 views

I am trying to setup Apache-Superset, so that it uses OpenStreetMap instead of MapBox. I am currently using Superset in their local Python Version (not the Docker one), I have modified the config.py ...
Je Je's user avatar
  • 582
0 votes
0 answers
33 views

I want to build metrics in Apache Superset based on other metrics. It looks like this is not supported. The data warehouse used is Snowflake. Does anyone here know how to do this without copy and ...
Richard S's user avatar
1 vote
1 answer
96 views

When making a request to the Superset endpoint /api/v1/security/csrf_token/, the response returns an error: { "msg": "Missing Authorization Header" } The issue only happens when ...
Muhamad Akbar Fadilah's user avatar
0 votes
1 answer
140 views

I'm setting up a data lake using the following stack, using docker compose. MinIO + IceBerg Rest + Trino + Superset. docker-compose.yml version: "3.9" services: # ---------------- MinIO --...
Jisson's user avatar
  • 3,735
0 votes
0 answers
104 views

I am using Apache Superset version 5.0.0 and I am the admin. I dont see any option to add filters to my dashboard. Is there any chance filters are off in superset_config.py? apache-superset-dashboard ...
Harsha's user avatar
  • 1
1 vote
1 answer
129 views

I am embedding Apache Superset’s dashboard builder inside my MERN application using an iframe. This setup works perfectly in Firefox, but in Google Chrome the iframe fails to load. Instead, I see ...
GPT 123's user avatar
  • 11
0 votes
0 answers
129 views

I am trying to embed dashboard from my app's instance of superset, I am unable to view the dashboard on my application, I am getting 401 unauthorized error, even if i am sending the authorization ...
Saurabh Damle's user avatar
0 votes
0 answers
113 views

I was trying to access the Superset Api's by using JWT token, but its giving 422 error code with below details, i request to help, am i missing anything here? Error Details: 422 Unprocessable Entity ( ...
balu's user avatar
  • 454
1 vote
1 answer
138 views

I created a dataset in Superset SQL Lab by joining 2 tables on session_id. SELECT * FROM t1.performance as perf INNER JOIN t1.test_session as session ON perf.session_id = session.session_id Now, to ...
Prakhar Sahu's user avatar
0 votes
0 answers
58 views

I have installed superset 4.0.1 . We are not able to see the feature List Groups and customize color .
Bimlesh kumar's user avatar
0 votes
0 answers
146 views

I have installed superset 4.1.2 in python virtual environment on redhat 8.8. My analytics database is Clickhouse and I want to enable Jinja templating for filtering based on logged in user and dynamic ...
SaleMikael's user avatar
-1 votes
1 answer
189 views

I've just installed Apache Superset v5.0.0, and I'm trying to configure a database connection. However, I only see options for PostgreSQL and SQLite; the MySQL connection button is missing. I've ...
Giannino Di Tizio A.'s user avatar
1 vote
0 answers
69 views

I have a new instance of Apache Superset and SQL queries to PostgreSQL databases from SQLLab is working. The exception is SQL which use the <<= 'is contained within or equals' network address ...
pytinkerer's user avatar
0 votes
1 answer
1k views

I'm trying to connect a new MCP server (Superset MCP) using the RooCode extension in VSCode. The time MCP server works correctly, but when trying to start the superset-mcp one, I get this error: MCP ...
Laura Díaz's user avatar
1 vote
1 answer
907 views

I need to deploy superset in production, but I want to use an specific code with our cusomizations. We want to be able to change superset frontend acording our necessities and deploy those changes in ...
Kanagavelu Sugumar's user avatar
0 votes
0 answers
119 views

I'm new to Cube / Superset so bear with me. I've the following cube defined in Cube: cubes: - name: items sql: > SELECT DISTINCT ... FROM ... WHERE lt.package_org_id = '{{ ...
auburg's user avatar
  • 1,517
0 votes
0 answers
52 views

I've the following query i'm trying to get to work in superset SQL LAB: SELECT count(lt.id) AS correctcount FROM groups g LEFT JOIN learner_tests lt ON lt....
auburg's user avatar
  • 1,517
0 votes
0 answers
31 views

To support sharing my dashboards with other users, I'm using jinja templates to support changing database and schema name in my dataset SQL. However, I can't see how to template the SCHEMA name field. ...
Chris Snow's user avatar
  • 24.9k
0 votes
0 answers
59 views

I can't get timegrains to work on charts. I get the following message Error: Orig exception: Code: 215. DB::Exception: Column db.wfm_Schedule_Activity.start_time is not under aggregate function and ...
David Smith's user avatar
1 vote
0 answers
52 views

I am using Superset with SSO enabled using Cognito in a multi tenant environment. Each tenant is using a separate user pool. Is it possible to plug the connection parameters based on the tenant so ...
tamla83's user avatar
  • 390
2 votes
1 answer
384 views

I have a dataset that has three different columns containing a city name (with different meanings). Now I want to have a dashboard filter where I can enter one city name which should then be applied ...
StegSchreck's user avatar
1 vote
0 answers
40 views

I have 3 types of entities ( which can have multiple values ): A, B and C. Now, A is sending requests to B and B sends requests over to C. However, when A acts a sender, B is the recipient and when B ...
Devanjan Banerjee's user avatar
1 vote
0 answers
157 views

I'm using Apache Superset (version 4.1.2) and need to download a chart via the REST API in both CSV and Excel formats. Could you please provide the appropriate API endpoint along with the required ...
Ruchitha Nataraja's user avatar
1 vote
1 answer
326 views

I am using apache superset to connect to postgresql. I am facing "Gateway Timeout" in Dashboards where few charts come up but few errors out. In fact, when I click on "View Query" ...
Rakesh Ranjan's user avatar
0 votes
0 answers
88 views

I have a Handlebar chart in my Dashboard and I was looking to get values of a filter in it. I tried filter_values() and get_filters() function but then I get this error: Expecting 'ID', 'STRING', '...
adolfotcar's user avatar
1 vote
1 answer
355 views

I'm trying to build a custom Docker image of Apache Superset that displays my own logo. However I can't figure out what is the little mistake I'm making. My project is structured as follows: ...
user15915737's user avatar
1 vote
1 answer
144 views

I'm running an instance of Apache Superset, a Python Flask app that uses Flask-AppBuilder's security module. I'm using an Azure SSO config similar to that from the docs: { "name":...
Sam Firke's user avatar
  • 23.4k
0 votes
1 answer
140 views

To make it simple. I have a table with two columns and two rows: partyname value partya 60 partyb 40 And I would like to get a bar-chart (bars vertically) and both bars should be visible in different ...
Marten Feldtmann's user avatar
0 votes
0 answers
33 views

I want to know if onclick is available/possible for big number charts as it is available for table charts. For eg -> We have 2 tables Table 1-> Cols-> Subscription ID, Count(subs id)-> 5 ...
Riya Surve's user avatar
1 vote
0 answers
509 views

I've successfully set up my Apache Superset to authenticated users with Azure Entra ID 2-step verification. However, when I log out and try to log in again, I get the 502 bad gateway error and this ...
Mo1's user avatar
  • 389
0 votes
0 answers
50 views

I want to make a dashboard that only access by this role(ex. role) is superset able to do it only see that it have dataset permission but I want it to access the same dataset but difference dashboard /...
pattaraphon thanyanakorn's user avatar
0 votes
1 answer
391 views

I'm trying to store the metadata of my superset dashboard running on a EC2 in a RDS. My rds: resource "aws_db_instance" "default" { allocated_storage = 10 identifier ...
user15915737's user avatar
0 votes
0 answers
107 views

I'm getting this error when I try to connect Dremio to Superset: ERROR : (builtins.NoneType) None [SQL : Could not finish writing before closing] (Background on this error at: https://sqlalche. me/e/...
Mehdi Saadi's user avatar
1 vote
1 answer
398 views

Has anyone deployed Apache Superset with Azure App Service before? I have a problem of logging in with a default admin users. After getting Superset to run on Azure App Service, I was able to get into ...
Wansu Liu's user avatar
1 vote
0 answers
105 views

I've been trying to localize default number formatting in Apache Superset charts, specifically the SI suffixes used in formats like .2s. Out of the box, Superset uses D3 defaults — k, M, B — but I ...
Данил Басов's user avatar
0 votes
1 answer
291 views

Problem Statement I am trying to generate a guest token for Apache Superset from my Laravel application using the Superset API. However, I am getting the following error when trying to get the CSRF ...
kalyani priyadarsini's user avatar
0 votes
0 answers
66 views

When I try to export a PDF in the GUI, I get the following error message: error { target: img, isTrusted: true, srcElement: img, currentTarget: img, eventPhase: 2, bubbles: false, cancelable: false, ...
Marco Beuker's user avatar
0 votes
0 answers
120 views

I am trying to configure apache superset with PostgreSQL as metadata database. I provided below sqlalchemy URL: SQLALCHEMY_DATABASE_URI = "postgresql://superset_user:password@db_host:5432/...
Rakesh Ranjan's user avatar

1
2 3 4 5
27