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
1 answer

Superset export_datasources doesn't work

I wanted to export/import datasources from CLI and I saw this too comands on superset: superset export_datasources superset import_datasources but when I try to use export_datasources it gives me the following…
jevanio
  • 60
  • 2
  • 12
0
votes
1 answer

How do I define a custom metric in Apache Superset?

I've been implementing superset at work, and I like it so far. However, I have such a table: name,age,gender John,42,M Sally,38,F Patricia,27,F Steven,29,M Amanda,51,F I want to define a new metric against each name, counting the number of people…
stonecharioteer
  • 1,061
  • 11
  • 19
0
votes
1 answer

SuperSet Python intergration with R ( rpy2)

Since the majority of our Data Science application work is on Python (flask) and R ( using rpy2) and Tornado web-server, is there any possibility I can integrate my current python code / application in Superset?
Mahendra
  • 3
  • 3
0
votes
1 answer

Is it possible to provide access rights to all the dashboards inside one database?

There are two databases configured on superset. I want to have a role that has access to all the dashboards/slices on one database, but not on the other one. Let's say that I want to provide access to a db called main. Is providing datasource access…
dmigo
  • 2,849
  • 4
  • 41
  • 62
0
votes
1 answer

Does superset support master-child panels in its dashboards?

Looking at the open source https://github.com/apache/incubator-superset product... Can't see any docs to suggest whether the product supports master-child filtering on its dashboards? Example: one report panel shows a list of customers; a second…
user2868835
  • 1,250
  • 3
  • 19
  • 33
0
votes
0 answers

How to install superset on a macbook

I was confused when looking at the installation steps of superset on this page http://superset.apache.org/installation.html For the OS Dependencies part, the command for OSX is listed as "brew install pkg-config libffi openssl python". But my…
YS.An
  • 1
  • 2
0
votes
0 answers

superset slice query error

When press the Query button on the slice page of superset, The following error occurs. Traceback (most recent call last): File "/home/sf400002285/superset_env/venv/lib/python3.4/site-packages/superset/viz.py", line 251, in get_payload data =…
user8669400
  • 39
  • 2
  • 6
0
votes
0 answers

Which part of SQLalchemy's dialect is responsible for pre-processing queries?

Apache Superset has some kind of quirk, where any temporal query is sent with datetimes, even when the respective columns are mere dates. To work around it, I wanted to add some preprocessing to any passing query, so that datetimes are swapped by…
Jay
  • 2,535
  • 3
  • 32
  • 44
0
votes
1 answer

Querying hive complex data types like struct in Superset's SQL LAB

I have been using superset to query an external table through hive. This table has columns which are mostly of hive complex data types like the struct. How would I write a query in SQL LAB that does something like below? SELECT header.guid FROM…
Joseph
  • 698
  • 5
  • 12
0
votes
1 answer

SuperSet Hive Query issue - expected data in columnar format

I'm having a weird issue w/ running following Hive query via SuperSet (apache incubator): SELECT date, sum(1) visits, sum(price) revenue FROM visits WHERE date BETWEEN '2017-07-21' AND '2017-07-25' AND country = 'US' GROUP BY …
hummingBird
  • 2,495
  • 3
  • 23
  • 43
0
votes
2 answers

Superset oracle configuration

I'm trying to configure Superset, but when I try to configure a new database to connect to oracle, I have problems, Superset uses sqlalchemy for db connection, I define tnsname to connect and pass to superset as say documentation…
0
votes
1 answer

Druid - longSum metrics is not populating

I am doing batch ingestion in druid, by using the wikiticker-index.json file which comes with the druid quickstart. Following is my data schema in wikiticker-index.json file. { type:"index_hadoop", spec:{ ioConfig:{ …
Spandan Singh
  • 674
  • 1
  • 5
  • 15
0
votes
1 answer

How to read divolte-data Kafka channel with Druid-Tranquility (for Superset)?

On a Ubuntu server I set up Divolte Collector to gather clickstream data from websites. The data is being written to a Kafka channel named divolte-data. By setting up a Kafka consumer I can see the data coming…
0
votes
2 answers

I have an Errno97 in fabmanager for Superset, how to fix?

I have all dependencies installed for Superset but when running fabmanager I get the following error: [root@host superset]# /opt/rh/python27/root/usr/bin/fabmanager create-admin --app superset --username admin --email me@home.net --firstname admin…
user3425900
  • 65
  • 2
  • 9
0
votes
1 answer

How to make changes in Airbnb Superset?

I deployed Superset on Ubuntu 14.04 from the source code and it works fine. Now I want to play with the superset code to make required changes. Like adding the Png downloadable option for charts.I made changes but it didn't reflect Superset build.…
Vikash Jangra
  • 113
  • 2
  • 9