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

Build and deploy apache-superset

I am trying to build superset from source on a linux box (debian). The goal is to deploy it on a web server (apache2 for example) . Is it at all possible to deploy as a standalone webapplication on a web server without using the "python setup.py…
John
  • 1
  • 1
0
votes
2 answers

how to give database name in SQLAlchemy URI?

I am using Apache Superset and to connect to the SQLServer, I am using the below url which works fine but connects to master DB on MSSQL. I wanted to connect to another DB on MSSQL but do not know how to do…
deejay217
  • 109
  • 2
  • 10
0
votes
1 answer

Do I need to repeat build and install each time when I modify and test jsx in superset/assets/javascript

The 0.22.0 version of superset is currently in development. I am looking for a handy way to change the code in the jsx file and see how it actually works and works. For example, line 59 of $ SUPERSET_HOME / superset / assets / javascript / addSlice…
0
votes
2 answers

How to use superset's mapbox view when longitude and latitude are in postgis point format?

I am trying to make an apache superset chart with map box view. I have to set latitude and longitude columns. But these data are in a postgresql + postgis database. So, latitude and longitude are in the same column location. An sql query would be…
fares
  • 83
  • 2
  • 7
0
votes
1 answer

d3-time-format : formula to count days until D0

Is there a way to perform operation in d3-time-format? I have a time series which I want to display with D0 as the "focus day" and I want to get the previous days be printed as negative days to get a time axis printed like ..., D -2, D-1, D 0, D 1,…
lizzie
  • 1,506
  • 1
  • 18
  • 31
0
votes
0 answers

Cannot Add Database to Superset

I am trying to configure Superset to read data from my Phoenix DB. I have added the SQLAlchemy libs per the instructions but when I attempt to "Add Database" I get the following exception: The error message returned was: No module named 'base' I…
Ryan Templeton
  • 179
  • 1
  • 4
0
votes
1 answer

Top level navigation from html link in code in Markup slice

I had seen a comments that Apache Superset was edited to allow user activation of top level navigation for links in a Markup slice (so clicking a link redirects the page instead of just the contents of the slice). Does anyone know how to enable this…
0
votes
1 answer

how to run superserver on localhost?

Very close to using superset on windows 10. How do I configure superset to run on 127.0.0.1 instead of 0.0.0.0? (Python34) E:\Miniconda3\Scripts>fabmanager run --app superset 2018-02-24 15:25:59,755:INFO:werkzeug: * Restarting with stat …
user1878647
  • 131
  • 1
  • 7
0
votes
1 answer

Slice with two levels of aggregation. Is it possible over the same table?

I'm evaluating Superset and I want to try to understand if it's possible and how to get different levels of aggregation over the same set of data. I'm working with banking accounts. I'm taking daily snapshots of account's balances, so I have a table…
dd.
  • 440
  • 1
  • 4
  • 9
0
votes
1 answer

Superset installation fails

I am trying to install superset on ubuntu-16.04.1-desktop-amd64 in a virtual box, but I keep getting the following error. I am both new on ubuntu (linux) and superset. Any ideas how to fix this? please. I added an image that gives the error in red…
Max
  • 932
  • 1
  • 10
  • 20
0
votes
1 answer

Need to view time series monthly in Superset Time Series - Line Chart

I need to view time series monthly. I'm able to get the chart with Time Grain set as "Time Column" but when I select "month" I get the following error. (psycopg2.ProgrammingError) function date_trunc(unknown, unknown) is not unique LINE 1: SELECT…
chathup1
  • 149
  • 14
0
votes
0 answers

Datasource is missing when editing role permissions on Superset

On Superset (Airbnb/Apache) I'm trying to set the permission of the role "Financeiro" to the datasource "aleteia_contas" but it's missing. Superset version 0.17.1.
Iasmini Gomes
  • 727
  • 1
  • 9
  • 14
0
votes
0 answers

Weird behavior in MySQL Table

We are using pymysql to import data from our Windows Network Desktops to our Ubuntu Server database for Superset. For intern reasons we need to drop the table and create it as a new one every time when we import our dataset. Everything is working…
dubstep22
  • 41
  • 1
  • 7
0
votes
1 answer

Superset in production

I've been trying to work out how best to productionise superset, or at least getting it running in a daemon. I created a SystemD service with the…
user3508995
  • 187
  • 1
  • 1
  • 13
0
votes
1 answer

Superset datasource configuration for Impala

We are trying to build dashboard reports using Superset and got it installed. We want to build the reports based on Impala tables. When trying to configure the datasource, I used the below sqlalchemy URI impala://host:port/dbname I get the below…
ppeddi
  • 3
  • 9