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

How does one overwrite a superset javascript file with Docker?

When I use the COPY command in my Dockerfile to overwrite a particular file (in this case I'm trying to change the alert in the SQLAlchemy Editor when it gets saved, just one of the changes I want to perform), the change is visible in the code and…
Brent
  • 177
  • 2
  • 9
0
votes
2 answers

How to install Superset on a Windows machine without using Python Virtual Environment?

I want to install Apache Superset on my Windows machine. But I don't want to use any virtual environment of Python.
CandyZack
  • 1
  • 2
0
votes
1 answer

Show realtime charts in SuperSet with Druid

How I can do realtime charts in Superset over Druid? I can select last day, but then it set the interval to "2019-06-02T00:00:00+00:00/2019-06-03T00:00:00+00:00". Meaning from last day 00:00 to today 00:00, so I'm missing all current day data. If I…
Brachi
  • 637
  • 9
  • 17
0
votes
1 answer

How to set metrics "HLLSketchMerge" in apache superset with druid

Seems like superset support only closed list of aggregation function, what can I do if I want to use HLL metrics, like HLLSketchMerge?
Brachi
  • 637
  • 9
  • 17
0
votes
1 answer

How to connect vertica with apache superset?

I am trying to connect vertica with apache superset in superset --> add database --> SQLAlchemy URI : vertica+vertica_python://dbadmin:password@localhost:5433/test I am running apache superset in docker and vertica in localhost. I check logs of…
Hiba Rehman
  • 127
  • 2
  • 9
0
votes
1 answer

How to display line chart in Apache Superset with given table?

I am completely new to Apache Superset. I am trying to display one respectively several countries as line chart. However, with the given structure of my table, I don't get it how the parameters must be set in order to achieve this. I have a table…
luftikus143
  • 1,285
  • 3
  • 27
  • 52
0
votes
1 answer

Unable to run window functions in Apache Superset with a fresh install and uploaded csv data - near "(": syntax error

I have uploaded a csv to a new install of apache superset, and I am querying it. So far it has been fine, but I am trying to use window functions, such as: SELECT *, ROW_NUMBER() OVER( ORDER BY some_timestamp_utc) AS RowNumberRank FROM…
user1072337
  • 12,615
  • 37
  • 116
  • 195
0
votes
1 answer

When superset connect to kylin,table not found error occured

I followed the steps from the http://kylin.apache.org/blog/2018/01/01/kylin-and-superset/ to connect Apache Superset with Kylin. When I click the "Test Connection" button, I get the popup that says: "Seems OK!" But when I am trying to add a table…
hzl
  • 1
0
votes
2 answers

jsonschema 2.6.0 is installed but jsonschema>=3.0.1<4 is required by {'flask-appbuilder'}

I'm setting up Apache Superset 0.28.1. when I use command as follows python setup.py install, I get an error: error: jsonschema 2.6.0 is installed but jsonschema>=3.0.1<4 is required by {'flask-appbuilder'}
yuxiang yang
  • 1
  • 1
  • 2
0
votes
1 answer

How to integrate Apache Superset Charts in Angular 7 application? Issue with Authentication and Headers

I have charts built with Apache Superset. I need to integrate the chart in my Angular 7 application with iframe. Major issue is I get authentication failure and error message stating Refused to display 'http://[CHART-URL]' in a frame because it set…
Tofiq Quadri
  • 379
  • 5
  • 16
0
votes
2 answers

Druid's data sources columns visible in Superset as STRING

I have injected data to Druid using tranquility. The data source is visible through overlord's console, all good I can query. Tranquility 0.1.0 Druid 12.3 Superset 0.1.0 When I attach Druid's datasource to Superset I see that all defined columns…
Pozorada
  • 61
  • 4
0
votes
1 answer

Does Apache Superset supports or has similar action filter feature like in Tableau?

I am looking to build an Apache Superset interactive dashboard for one of my clients which has existing dashboards on Tableau consist of 6-7 widgets which can interact (filter) with one another at different points of clicks. I am not sure if we can…
0
votes
1 answer

In superset dashboard I can either have filter applied to all charts or none

I added a filter box chart to my dashboard. It works fine as long as the filter is applied to all the charts in the dashboard. When I edit the json to have some charts immuned to filter the filter box stops working altogether. The superset version…
Hessam
  • 1,377
  • 1
  • 23
  • 45
0
votes
2 answers

How to add multiple databases to one Presto catalog?

I'm using Presto version 0.216 and I want to connect multiple databases in one catalog file. I am using Apache SuperSet to run queries via presto and it forces me to one catalog called hive.properties. I am running Presto on an Ubuntu instance in…
J Selecta
  • 171
  • 4
  • 15
0
votes
1 answer

Druid storing the 0 or 0.0 as null values

versions druid .10.1 from HDP-2.6.5.0 We are using the druid-kafka indexer service ingestion to load the data into druid from kafka topics and during this we have found that druid is storing the metrics values which has 0 or 0.0 are been stored as…
Imran
  • 429
  • 9
  • 23