1,278 questions
Best practices
0
votes
0
replies
98
views
Change Apache Superset Dashboard Layout - How to change?
I'm working with Apache Superset dashboards and trying to customize the layout of charts.
Currently, when editing the dashboard layout, it mostly lets me place charts horizontally in rows. However, I ...
Advice
0
votes
0
replies
50
views
Appache Superset Report Download
When downloading dashboard reports as pdf from appache superset it is coming as a screenshot of the current page and misses alll data in table charts. Only few records show up in the report download ...
0
votes
0
answers
46
views
superset Embedded SDK show black screen before dashboard is loaded
I am working on embedding the dashboard in my app. It is working, I can see the dashboard. However, before the dashboard is showing, I got a black screen with the Superset progress gif. is it a way to ...
Advice
1
vote
1
replies
79
views
Apache Superset: How to order a Line Chart by Week/Year without ISO calendar shifts or alphabetical sorting issues?
I am struggling to correctly display a time series (Area Chart) in Apache Superset where the X-Axis represents weeks in the format WW/YYYY. I have two main issues depending on the data type used for ...
1
vote
0
answers
115
views
Apache Superset interface translation
interface
messages.json
Apache Superset 6.0.0. I'm trying to implement interface translation but it only translates the first two options in the Settings menu (first pic).
I have done all the ...
3
votes
0
answers
124
views
Getting 403-Forbidden while calling Apache Superset REST API using java code- /api/v1/security/users/
I am implementing java solution to call Apache superset REST API - /api/v1/security/users/ .with below parameters-
{
"username": "name",
"first_name": "fname&...
0
votes
0
answers
74
views
Superset in Preset It gives an error when reading the date from Google Sheets
When connecting to Google Sheets Superset in Preset , the date returns an error. Changing the date type to YYYY-mm-dd and other changes in the Google Sheet failed. I also tried changing it via an SQL ...
0
votes
1
answer
95
views
Superset (global) caching issue
superset global cache issue.
If user1 is loggedin he is shown his data. If user2 logs in after, he is still shown up the user1 data. Only after the dashboard refresh, it starts showing user2 data.
We ...
1
vote
0
answers
196
views
install error on Mac OS: 'ios' file not found ... failed building wheel for pandas
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-...
1
vote
0
answers
150
views
Dynamic Dimension in Apache Superset possible?
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 ...
1
vote
0
answers
114
views
Can you create a hierarchy in a dimension when using a table?
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 ...
1
vote
0
answers
126
views
How to inject dynamic PostgreSQL SET parameters (tenant_id) before every Superset query for multi-tenancy?
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 ...
0
votes
0
answers
38
views
Getting bad request error while trying to integrate Superset in asp.net website
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": [{"...
0
votes
0
answers
105
views
How to make an Apache Superset dashboard update when clicking a bar (X-axis value)?
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 ...
Best practices
0
votes
1
replies
117
views
Inquiry: Best Practices for Automating Superset Dashboard Deployments via CI/CD
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 ...