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

Cannot access to ResetMyPassword in Apache Superset 3.7

I'm running Apache Superset using docker-compose up -d. I can login using admin/admin user and password but I can't change it. ResetMyPassword button is not viewed in profile view. I tried creating another user, but I get the same problem. How can I…
lmdza
  • 41
  • 1
  • 4
0
votes
1 answer

Updating the time filter on a filterbox will not update the dropdowns filters data

I was wondering if this is a bug or it is the expected behavior: When I update the time filter to a different time range on a filterbox in a dashboard, it will not update the dropdowns filter data. I would have expected it will adjust the dropdowns…
Eliago
  • 3
  • 3
0
votes
1 answer

Enabling emails in Apache Superset

I have enabled the email notification in apache superset by setting the below flag to true : ENABLE_SCHEDULED_EMAIL_REPORTS = True But now i am getting the below error while creating the scheduled reports : NoneType object has no attribute…
CodeBRKR
  • 116
  • 1
  • 7
0
votes
1 answer

How to install apache superset in the secured servers(Without internet)

What is the best way of installing the apache superset in the secured server? I haven't found any answer for it i figured it out with so many trial and error method, So its my small contribution to the community who are facing same issue
0
votes
2 answers

Invalid Connection string in postgresql with superset

I am facing problem to connect postgresql with superset while i giving my connection username,password hostname and database name and when we click on test connection even I have install postgresql and psycopg2. It says ERROR: {"error": "Connection…
0
votes
1 answer

What customization is needed to change the term Superset in the URL

I need to change the term superset in the URL for Apache Superset hosted in my server. Tried to change the superset source code and couldn't achieve the result. Eg : http://name.domain.com/superset/welcome has to be changed as…
pcsafiya
  • 1
  • 1
0
votes
2 answers

In superset, unable to star with my own ip address. Its taking default ip address i.e http://127.0.0.1:8088/

enter image description here Configured in Ubuntu of superset, unable to star with my own ip address. Its taking default ip address i.e http://127.0.0.1:8088/.
Shanky
  • 1
  • 2
0
votes
1 answer

unable to install Apache Superset on Windows 10 - fails at Step 11/32 : RUN cd /app/superset/assets && npm run build && rm -rf node_modules

I am trying to install Apache Superset on Windows 10 using the Docker Container on Docker Desktop Community Edition version 2.1.0.5. I am following the recommendation from the Superset documentation at…
Rich Lysakowski PhD
  • 2,702
  • 31
  • 44
0
votes
1 answer

How to configure logging for an imported module?

In my Superset web application, I am interested in setting the level of logging in Flask-OAuthLib to DEBUG. We can see Flask-OAuthLib access its logger here on line 26 from a Superset web application. Superset is a web application implemented using…
Terrence Brannon
  • 4,760
  • 7
  • 42
  • 61
0
votes
1 answer

How to edit the Query and remove Order By clause

I picked an entire table as a Data Source and picked my fields. The SQL of it returns as: SELECT customer_id AS customer_id, country AS country, count(invoice_num) AS total_invoices FROM sales GROUP BY customer_id, …
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
1 answer

How to implement jdbc driver for presto

I am setting up a presto server. I have modified the open source jdbc of presto and developed my presto jdbc jar which is used for authentication. I am using db visualizer tool wherein I can copy the jdbc jar file in the path and use it to…
0
votes
0 answers

How to implement SSO using IdentityServer4 (OAuth2) in Apache Superset?

I have a two web applications developed in ASP.NET MVC and ASP.NET CORE. Both uses SSO (Single Sign-On) using IdentityServer4 OAuth2. Now, my client's new requirement is Data Analytics using Apache Superset with SSO. I have researched and read…
0
votes
1 answer

Apache Superset : sqllab - Results backend isn’t configured

I am running superset on docker and created new mssql database connection and able to view schemas , tables and preview the table in SQLlab however , now able to run the sql queries . I am getting following error “Results backend isn’t…
user1049198
  • 13
  • 1
  • 4
0
votes
1 answer

How to write a correct D3 string for a custom Metric in Apache Superset

I just created a simple table in apache superset, which contains different columns. And i have a two columns, which shows: amount of bytes rows count But superset shows them similar: column of bytes shows like 461G column of rows count also…
0
votes
1 answer

How to change the label colors of a custom dashboard in superset

I I have created a custom dashboard in superset and I want to change the label color, I am able to do this the existing dashboards that are already available but for the customs ones I am not able to do so Here is what I have tried "label_colors":…
Keshav Jha
  • 31
  • 6