1,302 questions
0
votes
0
answers
25
views
Apache superset embedded 401 error for GET Theme
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, ...
1
vote
0
answers
68
views
Superset Guest Token
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 ...
0
votes
0
answers
24
views
superset configurations API for adding users dynamical using code
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": &...
0
votes
0
answers
55
views
Using OpenStreetMap on Superset
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 ...
0
votes
0
answers
24
views
Reusing metrics in Apache Superset, like c_metric = a_metric / b_metric
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 ...
1
vote
1
answer
72
views
Missing Authorization Header when calling /api/v1/security/csrf_token/
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 ...
0
votes
1
answer
113
views
Unable to Create Tables in Iceberg via Trino with MinIO and Iceberg REST Catalog
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 --...
0
votes
0
answers
72
views
Native Filters option not available in superset version 5.0.0
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
...
1
vote
1
answer
100
views
superset iframe embedding working in firefox
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 ...
0
votes
0
answers
107
views
Unable to embed apache superset dashboard, getting 401 UNAUTHORIZED in the /api/v1/dashboard/
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 ...
0
votes
0
answers
89
views
422 Unprocessable Entity ( The request was well-formed but had semantic errors.)
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 ( ...
1
vote
1
answer
127
views
Column reference "id" is ambiguous while filtering in a chart
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 ...
0
votes
0
answers
46
views
How to enable feature List group and custom color feature?
I have installed superset 4.0.1 . We are not able to see the feature List Groups and customize color .
0
votes
0
answers
118
views
Enable Jinja templating in superset 4
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 ...
-1
votes
1
answer
159
views
MySQL connection button is missing - Superset 5.0.0
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 ...