apache-superset Questions
3
Solved
I want to use keycloak to authenticate my users in our Superset environment.
Superset is using flask-openid, as implemented in flask-security:
http://flask-appbuilder.readthedocs.io/en/latest/_m...
Site asked 6/12, 2017 at 15:49
1
I'm wondering about how Superset re-uses the dataset results already queried once. For example: you have a dataset my_dataset where there are 5 charts pointing to it with different views of the sam...
Appaloosa asked 24/12, 2021 at 13:36
2
I'm new to Apache Superset and have some questions. Hope you guys can answer them:
(1) Is it possible to integrate dashboards via IFrames?
(2) Are there any other ways to integrate dashboards into ...
Ramify asked 14/1, 2021 at 14:47
5
Solved
After installing apache-superset using pip in virtual environment, I run:
superset upgrade db
I run into the following error:
ImportError: cannot import name '_ColumnEntity' from 'sqlalchemy.orm....
Fayfayal asked 15/3, 2021 at 20:8
2
I have a database running in a private VPC. The database isn't publicly accessible. Does superset support Connecting to databases via an SSH Tunnel? If so any link to the docs?
Woodworm asked 3/12, 2020 at 21:0
4
I am willing to show Google Analytics and Google Search Console data directly into Superset through their API.
Make direct queries to Google Analytics API in JSON (instead of storing the results i...
Aeronaut asked 2/4, 2018 at 13:34
2
I want to connect Superset to a database by a JDBC driver. But from what I find there is no a SQLAlchemy dialect ready for this purpose. The closest option may be jaydebeapi but it does not have a ...
Linkoski asked 21/11, 2017 at 8:0
3
Does anyone know if you can expose a superset or chart on a mobile device? Has anyone explored it?
I have researched github and stackoverflow but have not seen anything posted.
Rabin asked 6/1, 2021 at 20:4
4
So we have been using Apache Superset, It's a great tool.
The only frustration come from that there are a few dashboards we want to share with users outside the company.
I believe right now the w...
Millan asked 11/5, 2018 at 14:53
3
Solved
I am using the newest version of superset and it has the row-level security option in the UI. Can anyone help me and let me know or give a little walk through that how can I implement it in the UI ...
Incorrigible asked 14/12, 2020 at 9:49
3
I have some information related to different vendors in my database and I want to allow each registered vendor (representative person) to view slices/dashboards which contains only data related to ...
Nagel asked 28/11, 2017 at 21:30
1
pip install apache-superset
then I have written
superset db upgrade
I am getting the following error
Traceback (most recent call last):
File "/home/cod7/superset-env/bin/superset"...
Shandra asked 16/3, 2021 at 6:33
2
I have created a visualisation in Apache Superset based on a Saved Query. How can I update the query based on the values filtered within a Filter Box?
I have experimented with Jinja and managed to...
Sarette asked 19/10, 2018 at 12:51
1
Solved
I would like to understand if this is possible to populate a Superset dataset using the Superset API.
I browsed the documentation and I have the feeling that we can't do it the way we upload a CSV ...
Sunfast asked 2/2, 2021 at 18:43
1
Solved
Superset has a deck.gl Polygon visualisation type.
I am trying to use this type of chart to display polygons taken from a PostGIS enabled postgres database; however, no visual information is displa...
Fit asked 9/11, 2020 at 20:52
1
Any recommendation on how to make superset faster?
Cache seems to load full data from the cache, I thought it load only old data from the cache, and real-time data from the database, isn't it like...
Rota asked 16/7, 2019 at 8:30
0
In apache superset, I see an 'Export CSV' option to export data as CSV for an individual chart. I have a dashboard which has many charts and I want to allow users to export data from all the charts...
Marceau asked 28/8, 2020 at 10:41
1
I am using Superset as a data visualizer with an SQLite database. Because SQLite doesn't have DATETIME type, I use the type TEXT to add a date and an hour.
Nevertheless, Superset then doesn't recog...
Stephanestephani asked 25/4, 2017 at 8:32
1
I'm trying to use Apache Superset to create a dashboard that will display the average rate of X/Y at different entities such that the time grain can be changed on the fly. However, all I have avail...
Mane asked 21/7, 2020 at 15:50
3
Solved
I am running Superset via Docker. I enabled the Email Report feature and tried it:
However, I only receive the test email report. I don't receive any emails after.
This is my CeleryConfig in su...
Kotz asked 20/4, 2020 at 20:3
1
I'm creating a dashboard with different charts that are the result of SQL queries to different tables in kylin.
I cant see how to make a filter (of dates for example) that impact in more than one c...
Vida asked 25/3, 2020 at 13:29
1
Solved
What is the cause of 'superset db upgrade' exiting with code 132 due CACHE_TYPE set to null?
I try to install superset on Fedora 31, I've followed the official document site.
I have this error when I execute superset db upgrade
logging was configured successfully
INFO:superset.utils.logg...
Wildlife asked 24/4, 2020 at 7:42
1
Solved
TL;DR
I use an open-source server application running on Docker Compose. It has a few services, including PostgreSQL DB and Redis.
How can I best deploy this application to AWS in full IaC with Ter...
Rizzo asked 9/4, 2020 at 13:23
1
We are trying to use Apache Superset to visualize business data, some of which is stored in SQL based databases, but some of it (think for example of external weather data) we need to access via pu...
Educated asked 24/3, 2020 at 6:8
1
I am trying to create a filter for a field that contains over 5000 unique values. However, the filter's query is automatically setting a limit of 1000 rows, meaning that the majority of the values ...
Pulsifer asked 22/3, 2020 at 23:8
© 2022 - 2024 — McMap. All rights reserved.