Category "apache-superset"

How do I insert dynamic parameters when importing query results?

I want to import the value by putting parameters when loading the query itself. SELECT * FROM my_table WHERE date = {{date}} When getting results from a big qu

Missing MapBox Token when using Apache Superset with Docker

I've installed Apache Superset according to this official manual. I can create plots, connect to databases etc. without any problems, only if I want to plot lat

Superset on Kubernetes with Helm not using custom values file

I'm trying to install Apache Superset on a Kubernetes Cluster (AWS EKS) using Helm and following the official procedure described here. bash-3.2$ helm repo add

How do I have multiple filter boxes associated to specific charts on a single dashboard in Apache Superset?

I have created a dashboard in Apache Superset that I would like to have 6 different charts on. For 2 of the charts, I would like one set of filter boxes to be a

Superset configurations are lost upon Kubernetes pod start/stop

I'm having a problem with Superset on Kubernetes. After installing Superset when the pod comes down and goes up, the configurations are not saved and I lost the

JavaScript tooltip generator in Apache Superset is not showing the data

I am new to Apache superset and I am trying to add a JavaScript tooltip to a geo map visualization. I am using this piece of code in the "JavaScript tooltip gen

Installing Superset on Rancher

I'm trying to create a superset instance in Rancher but it do not prompted me to a admin user creation and I cant get past through login. I already tried admin/

how to create a seasonal chart in superset?

I want to make a seasonal chart, that is, a chart where the horizontal coordinate is only from January 1 to December 31, but where I can select the year on the

Normalize y-axis apache superset time series

Is it possible to normalize the y-axis data in a timeseries chart? Given a single database table with: data series name value date Timing of slow report 1,000,

Create new Druid Datasource in Apache Superset

I'm creating a Druid Datasource in Apache Superset. I see 'Is Hidden' checkbox, but when I check or uncheck it, I don't see any difference. Can anyone explain

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, "