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

Data streaming in Apache superset from BQ?

I am new to superset and wanted to know if there's any way to perform data streaming in big query using apache superset? Currently, I have set up the database in apache superset with big query but when I update the table data using SQL commands in…
0
votes
1 answer

How to connect Superset with Apache-ignite?

Has anyone tried connecting superset with Apache ignite ? I do not known how to text 'SQLAlchemy URI', anyone can help me?
Ranger Zhou
  • 35
  • 1
  • 6
0
votes
1 answer

What is meant by "Then use it via SuperChart...", in the context of adding a custom (echart) to library of charts in superset?

I would like to add a custom chart to Apache Superset. Though I understand that this application is under constant development, what exactly is meant by: Then use it via SuperChart...
Anouar
  • 85
  • 5
0
votes
1 answer

superset flask fab create-admin not working

I have installed superset using pip install apache-superset command. Then I try to flask fab create-admin but it's saying: Error: Could not import "superset.superset" Can anyone help me here? (superset)…
jvcson
  • 1
  • 1
  • 1
0
votes
1 answer

Flask Error: No such command "fab" when installing Superset

I'm following the steps of the Superset installation guide carefully on Mac OS: https://superset.apache.org/installation.html#superset-installation-and-initialization When I run flask fab create-admin, I get the following error: Try "flask --help"…
0
votes
1 answer

How to do compare/subtract records

Table A having 20 records and table B showing 19 records. How to find that one record is which is missing in table B. How to do compare/subtract records of these two tables; to find that one record. Running query in Apache Superset.
Ashish Raj
  • 3
  • 1
  • 6
0
votes
2 answers

Superset with Apache Spark on Hive

I have Apache Superset installed via Docker on my local machine. I have a separate production 20 Node Spark cluster with Hive as the Meta-Store. I want my SuperSet to be able to connect to Hive and run queries via Spark-SQL. For connecting to Hive,…
CSUNNY
  • 414
  • 1
  • 7
  • 23
0
votes
1 answer

How to host Apache SuperSet on an Amazon EC2 intance?

I am trying to host an Apache superset server on an Amazon EC2 instance. Whenever i host it from a standalone ssh, the moment i close the terminal from my laptop, the superset server shuts down..Is there a way i can host SuperSet server on Amazon…
Shabari nath k
  • 920
  • 1
  • 10
  • 23
0
votes
1 answer

Unable to run queries in SQL Lab in Apache Superset

I'm unable to run queries in SQL Lab. As soon as I run the query, Result sections shows {e} and query history says failed. Attaching the screenshot.
0
votes
1 answer

superset sqlalchemy error:no module named "pymssql"

I am getting the following error when i try to connect my hdp(ambari) superset with sql server through sqlalchemy The error i am getting after clicking "Test connection" I am unable to find the solution to get rid from this error and make my…
Hashaam
  • 11
  • 4
0
votes
0 answers

Apache superset 0.23.3 in hdp can't connect to sql server via sqlalchemy url

I am trying to connect superset 0.23.3 which is in hdp to sql server 2014(local machine) through sqlalchemy but facing an error regarding no module found. Attachments of my sqlalchemy connection string and error is given below: This is the image of…
0
votes
1 answer

Superset Computing 90th percentile response time

Is there a way to get a line chart where I can display the 90th percentile response time from presto hour-wise? The only available metric that is somewhat close to 90th percentile is average and it's not very wise to use that in analytics.
ShreyaKse
  • 45
  • 6
0
votes
1 answer

Error with superset, oracle and SQL Lab no attribute tzinfo_factory

I'm getting this error when run a query in SQL Lab in Superset: oracle error: 'cx_Oracle.Cursor' object has no attribute 'tzinfo_factory' I'm using: superset 0.30.1 Python 3.7.4 cx-Oracle 7.3.0 Debian 9 But when I create a chart from a source…
0
votes
1 answer

Superset Flask OAuth client no redirect_uri

I am trying to authenticate superset flask user with OAuth (flask-oauthlib) by having Django Oauth server. But, In flask config.py OAUTH_PROVIDERS, there is no redirect_uri for getting the temporary authorization code from the Django oauth server.…
A100
  • 11
  • 1
  • 5
0
votes
1 answer

how to give individual schema access to users in apache-superset?

I have searched a lot about this question, there are no concrete answers to this. I have a AWS Redshift DB, has around 6-7 schema' with 10-12 tables in each. and dashboards are made within schema level as well as across schema. here's the use…