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
-1
votes
2 answers

Unable to resize dashboard slices in superset

I'm using apache-superset python package to build a dashboard. I'm unable to re-arrange/resize the plots in the dashboard. As per the documentation, you can adjust the size of slices in a dashboard by clicking, holding and dragging the…
-1
votes
1 answer

superset cannot query the kylin's data?

I link to kylin datasource and kylin's data can preview in sqllab,when enter the sql in sqllab,click the run query button,query status always pending and http reponse like {"query": {"changedOn": 1574996199515.888, "changed_on":…
-1
votes
1 answer

How I can deploy superset on K8s using helm chart passing the superset_config.py values?

I try use helm install --name my-release stable/superset to deploy the superset on Kubernetes. But, I need change the default config. in the helm chart this is not clear. Can someone help?
Newton José
  • 441
  • 4
  • 9
-1
votes
1 answer

Negative filtering by filter_box or some other mechanism

Let's say I have a column named Column1. There are more than 10k different values for this column, but my goal is to display on a dashboard all data except few of them. Is it possible to achieve it in Superset? As far as I understand the only one…
sharpyfox
  • 43
  • 1
  • 5
-1
votes
1 answer

Cron fails with the message Superset: command not found

I've installed Superset following the installation guide in the apache superset web page, for Python 3.7. Even though I can manually start the server, when I'm trying to script the startup steps and cron them, it fails. The output of the execution…
nariver1
  • 353
  • 3
  • 19
-1
votes
2 answers

Develop and deploy changes to apache-superset

I'm evaluating apache-superset against other and therefore looking into how to do custom development to the project and then deploy these changes. I followed the "CONTRIBUTING.MD" file in the github for instruction on how to set up the project for…
Quach90
  • 31
  • 6
-1
votes
3 answers

Superset useage an/or log in through docker

I have tried to install the Apache Superset tool as directed in the official documentation, but have encountered all sorts of problems. I decided to go instead through a docker pull and pulled the amancevice/superset image from the Docker Hub and…
kuatroka
  • 562
  • 7
  • 18
-1
votes
1 answer

How to "filter_immune_slice_fields" for date field in superset?

I want to immune slice date in superset and I also find out how to do that at https://superset.incubator.apache.org/faq.html but it's quite not clear. So, can anyone help me an intuitive example?
Charles
  • 1
  • 1
-1
votes
1 answer

Has anyone used superset as their customer analytics solution?

Interested to know if anyone has successfully implemented Superset as there customer analytics platform? We are currently evaluating this, however, some struggle with restricting access to subsets of a dataset/source, or limit access to the…
KornholioBeavis
  • 2,402
  • 2
  • 19
  • 26
-1
votes
1 answer

Not able to build using npm for Superset after changing constant.js file

I was trying to build after changing the constant.js to change the timeout duration, but I was not able to build it. I tried npm install but it failed: npm ERR! fetch failed https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.7.0.tgz npm…
-1
votes
1 answer

Which druid node is best to install Apache Superset on?

I originally installed Apache Superset on the same AWS node that I have the coordinator and overlord processes running on. Superset ran ok. Then I moved it to its own utility node to see if it would be faster. Turns out it is much slower (queries…
Climbs_lika_Spyder
  • 6,004
  • 3
  • 39
  • 53
-2
votes
1 answer

Tested SQL query not working in SQL Editor of Apache Superset

I am trying to create new dataset via SQL Labs Editor. I have SQL query which is working fine via database manager. However, if I try same query in SQL Lab on Apache Superset it is not working, giving the following error (database I use is Microsoft…
-2
votes
1 answer

Apache Superset connection to Apache Drill with Sql Alchemy

I am trying to setup Superset in my local. I have a windows system, so i used VM Virtual Box, with Ubuntu 22.04 to setup and run the superset. I followed the docker instructions. Used the docker compose up command in order to start. The I installed…
codeforHarman
  • 115
  • 1
  • 10
-2
votes
2 answers

Apache Superset not running

I am trying to run Apache Superset locally. I am following these instructions. When I write the command "docker compose up", all the containers seem to be running okay, but when I check the browser on localhost 8088, I just get a loading page:. With…
Angel Ortiz
  • 72
  • 13
-2
votes
1 answer

Adding New Database Drivers in Docker

I'm trying to install the driver pymssql according to the instruction: https://superset.apache.org/docs/databases/docker-add-drivers/ I didn't understand where to create the file requirements-local.txt. What is ./docker? When i do docker-compose…
1 2 3
78
79