I execute the following command as part of the superset installation process: superset load_examples But it results to error as follows: Loading examples metad
I have my own web applications and need to implement reporting in it. So I want to know how can we embed the graph generated by apache superset in my web applic
I'd like to customize the rich tool tip pop up in Apache Superset. Currently the chart I have is this. Is there anyway to adjust the SUM(total_industry_conversi
I am running Apache superset on GCP instance and it works fine with Sqlite database which is default in superset and I don't need to configure so many things. B
https://github.com/apache/superset/issues/13948 I am configuring Okta with Apache Superset but it's redirecting me to the login page after authentication with m
I have a superset fork I managed to get it up and running using docker compose. Now I'm trying to do one simple thing: add a new link to the existing SQL Lab me
I'm trying to use flask_appbuilder to integrate Apache-superset with LDAP. I put the configuration in /venv/lib/python3.6/site-packages/superset/config.py #from
I'm trying to understand how one should be able to insert Superset's dashboards and charts inside another application. At the moment I am at this step: I have i
I'm trying to connect superset (v2021.10.0, using docker) with drill (in embedded mode). This tutorial mentions that, when drill is in embedded mode, the query
I'm trying to configure OAuth authentication with GitHub apis, on Superset 1.0.1. Following the docs, I added the following lines in superset_config.py from fla
I have a VM where super set is installed able to create the dashboard and when dashboard is published and when clicked on share dashboard getting a link as sh
My superset version is v1.0.1 installed through docker-compose(just followed the instruction on official website https://superset.apache.org/docs/install
I am just starting to look at Apache Superset and wondered if anyone knows or has been able to hook SQL Server Analysis Services up as a datasource? I want to p
Superset users want to add calculated fields to their datasets, but they run into an error: Changing this dataset is forbidden Users have the following roles:
Our team has implemented Apache Superset for a period of time. Now, we want to use the Google Login with this platform. However, after deliberately searching fr
I am trying to connect TD with superset running in kube. This is code from my Dockerfile: USER root RUN pip install sqlalchemy-teradata RUN pip install
I'm running superset on MacOS in docker and I'm trying to get OAuth working. I’ve edited the config file /docker/pythonpath_dev/superset_config.py and add
Now i following the Superset official document for connect Athena and apache-Superset.. I already made ./docker/requirements-local.txt and add a driver.. (echo
I'm new to Superset and I don't know how to prevent my dashboard from refreshing every time it is opened. I don't need it because in the database I'm using the
Superset comes with an example named "World's Bank Data". In its dashboard, there is a filter named "Region Filter". How can I implement this? Is there a tutori