Category "apache-superset"

Add label to horizontal line annotation in Superset chart

I see how to add a horizontal line to an Apache Superset chart, but can't figure out how to display the label on the chart. I want users to be able to see it w

Copy dockerfile files ADD instruction in superset

I have the following DockerFile FROM apache/superset:pr-19860 RUN pip install elasticsearch-dbapi RUN superset superset fab create-admin \ --user

How to embede Apache Superset chart into React app

I want to embed my chart from Apache Superset into my React.js App. So far I know there is possibility to use like this: <iframe id="myIFRAME"

Apache Superset : bad interpreter: No such file or directory

I created a new environment to run a superset dashboard, super_dash, I get an error bad interpreter: No such file or directory when I run it.Not able to do any

Can't use local user with LDAP

I'm trying to integrate the apache superset with LDAP. with the configuration that I will provide below I can log in superset web with LDAP user but at the same

How to skip the Superset signin page

I have integrated Superset with auth0. as per my requirement, I don't need the default superset login page: I need to skip the above login page; I have to use

Error deploying the apache:superset image on Kubernetes

I am trying to deploy the latest docker image apache:superset on Kubernetes. When I deploy the YAML I get below error: [2021-04-29 01:34:10 +0000] [8] [INFO] St

Expression {{current_username()}} is not being read properly by Superset row level security with Postgres

I have been trying to add Row Level Security to Superset and I have written this clause: when I hard code this clause in a select on the database it works as i

Are CTE's not allowed in SQLLab?

When running the below in /superset/sqllab/ ";WITH cteData AS ( SELECT TOP (100) * FROM [dbo].[Response] ) x SELECT * FROM cteData" I get the following error:

How to parse json data in a column with Druid SQL?

I'm trying to parse json data in a column with Druid SQL in Superset SQL lab. My table looks like this: id json_scores 0 {"foo": 20, "bar": 10} 1 {"foo": 30, "

Superset load_examles failed

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

How to embed/use graph generated by apache superset directly in other web application

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

Adjusting Rich tooltip in Apache Superset

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

How to connect apache superset directly with google BigQuery?

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

Apache superset with Okta integration

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

Extending Apache Superset and adding a link

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

flask_appbuilder - python-ldap library is not installed

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

Superset iframe login redirect

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

How to connect apache-superset with apache-drill?

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

Apache Superset TypeError while starting with OAuth authentication enabled

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