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
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
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
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
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
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
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/
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
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,
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
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
I have the following DockerFile FROM apache/superset:pr-19860 RUN pip install elasticsearch-dbapi RUN superset superset fab create-admin \ --user
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"
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
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
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
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
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
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:
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, "