Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
Lyndsi Kay Williams ba0c37d3df
feat(explore): Frontend implementation of dataset creation from infobox (#19855)
* Frontend implementation of create dataset from infobox

* Fixed sl_dataset type

* Fix test

* Fixed sl_dataset type (forgot to save)

* RTL testing

* Adjusted styling/text on infobox and save dataset modal

* Appease lint

* Make infobox invisible and fix tests

* Remove unnecessary placeholder

* Move types to sql lab

* Moved logic into save dataset modal

* Change DatasourceMeta type to Dataset

* Add ExploreDatasource union type to save dataset modal

* Get user info from redux inside save dataset modal

* Addressed comments

* Adjusting to new query type

* Fixed save dataset in explore and union type

* Added testing

* Defined d for queries

* Remove dataset from SaveDatasetModal

* Clarify useSelector parameter

* Fix dndControls union type

* Fix shared-controls union type

* Fix controlPanel union type

* Move ExploreRootState to explore type file

* Remove unnecessary testing playground

* Move datasource type check in DatasourcePanel to a function

* Make all sqllab Query imports reference @superset-ui/core Query type

* Deconstruct query props in ResultSet

* Fix union type in /legacy-plugin-chart-heatmap/src/controlPanel

* Change SaveDatasetModal tests to RTL

* Cleaned datasourceTypeCheck

* Fix infobox styling

* Fix SaveDatasetModal test

* Fix query fixture in sqllab and Query type in SaveDatasetModal test

* Fix Query type and make test query fixture

* Added columns to Query type, separated results property, created QueryResponse union type, and fixed all types affected

* Fixed a couple missed broken types

* Added ExploreDatasource to SqlLab type file

* Removed unneeded Query import from DatasourcePanel

* Address PR comments

* Fix columnChoices

* Fix all incorrect column property checks

* Fix logic on dndGroupByControl

* Dry up savedMetrics type check

* Fixed TIME_COLUMN_OPTION

* Dried savedMetrics type check even further

* Change savedMetricsTypeCheck to defineSavedMetrics

* Change datasourceTypeCheck to isValidDatasourceType

* Fix Query path in groupByControl

* dnd_granularity_sqla now sorts Query types with is_dttm at the top

* Fixed/cleaned query sort

* Add sortedQueryColumns and proper optional chaining to granularity_sqla

* Move testQuery to core-ui, add test coverage for Queries in columnChoices

* Moved DEFAULT_METRICS to core-ui and wrote a test for defineSavedMetrics

* Add license and clean dataset test object

* Change DatasourceType.Dataset to dataset
2022-06-07 15:03:45 -05:00
.github chore: Fix and enhance Applitools workflows (#20071) 2022-05-16 14:26:38 +02:00
RELEASING chore: Adjust release emails (#20289) 2022-06-07 10:09:36 -03:00
RESOURCES Docs: Add beans to users list (#20243) 2022-06-02 09:38:17 -04:00
docker test(native filter): add new test for dependent filter (#19392) 2022-04-01 01:06:48 -07:00
docs docs: facelift the docs (#20180) 2022-06-06 09:01:21 -06:00
helm/superset feat(Helm Chart): Support resource limits and requests for each component (#20052) 2022-05-25 08:49:56 -07:00
requirements chore(deps): bump numpy 1.22.1 and PyJWT to 2.4.0 (#20287) 2022-06-07 10:09:41 -06:00
scripts feat(CI): clean up Python tests output (#19489) 2022-04-03 16:27:43 -07:00
superset chore(migrations): Renaming migration files so that they're easier to keep track of (#20284) 2022-06-07 10:30:09 -07:00
superset-embedded-sdk chore(deps): bump minimist from 1.2.5 to 1.2.6 in /superset-embedded-sdk (#19550) 2022-04-06 18:20:02 +03:00
superset-frontend feat(explore): Frontend implementation of dataset creation from infobox (#19855) 2022-06-07 15:03:45 -05:00
superset-websocket chore(deps): bump async from 3.2.0 to 3.2.3 in /superset-websocket (#19680) 2022-04-22 14:51:37 -06:00
tests chore(migrations): Renaming migration files so that they're easier to keep track of (#20284) 2022-06-07 10:30:09 -07:00
.asf.yaml chore: disable merge button (#17585) 2021-11-30 16:37:23 +08:00
.codecov.yml refactor(monorepo): change coverage of core to 100% (#17698) 2021-12-14 16:19:55 +08:00
.dockerignore feat: Containerize WebSocket server (#14514) 2021-05-10 09:28:50 -07:00
.editorconfig Adding editorconfig setting for IDE hints (#10855) 2020-09-14 08:19:23 -07:00
.flaskenv Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
.fossa.yml Update FOSSA configuration for new requirements layout (#10848) 2020-09-16 13:28:04 -07:00
.gitattributes fix: Normalise `*.sh` File Endings (#16608) 2021-09-13 16:25:15 -07:00
.gitignore feat: improve color consistency (save all labels) (#19038) 2022-03-21 15:20:04 +08:00
.gitmodules ci: set remote URL to https and bump sha (#14350) 2021-04-26 17:43:32 +01:00
.pre-commit-config.yaml chore: blacklist unsafe functions (#19537) 2022-04-05 14:55:30 -07:00
.pylintrc chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
.rat-excludes feat: Upgrade documentation V2 (#17411) 2022-01-27 14:54:53 -08:00
CHANGELOG.md docs: add changelog and updating entries for 1.5.0 (#20046) 2022-05-13 13:16:04 +03:00
CODE_OF_CONDUCT.md chore(docs): Spelling (#19675) 2022-04-26 13:17:15 -03:00
CONTRIBUTING.md docs: Detail front-end development instructions (#19870) 2022-05-11 10:07:48 -06:00
Dockerfile Compile translations (#17877) 2022-01-04 17:01:42 +02:00
INSTALL.md Fix wrong filename mentioned in INSTALL.md (#14630) 2021-06-29 11:40:26 +03:00
LICENSE.txt chore: pre-commit run --all-files (#10500) 2020-08-02 14:32:17 -07:00
MANIFEST.in Update MANIFEST.in (#9261) 2020-03-25 22:00:41 -07:00
Makefile chore: Deprecate Python 3.7 (#19017) 2022-03-15 06:29:18 +13:00
NOTICE docs: remove (some) references to incubating/incubation (#12284) 2021-01-06 13:40:40 -08:00
README.md Remove broken link to gallery (#19784) 2022-04-20 10:04:20 +03:00
UPDATING.md chore: remove unused codes for samples (#20272) 2022-06-07 21:54:15 +08:00
docker-compose-non-dev.yml feat(docker-compose): add TAG option (#18214) 2022-01-28 15:00:15 +02:00
docker-compose.yml chore(docs): Spelling (#19675) 2022-04-26 13:17:15 -03:00
lintconf.yaml feat: publish superset helm chart (#14163) 2021-04-16 09:13:43 -07:00
pytest.ini feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
setup.cfg chore: bump majors on celery and Flask (#19168) 2022-03-24 09:16:53 +00:00
setup.py chore(deps): bump numpy 1.22.1 and PyJWT to 2.4.0 (#20287) 2022-06-07 10:09:41 -06:00
tox.ini chore!: remove `ENABLE_REACT_CRUD_VIEWS` feature flag (permanently enable) (#19231) 2022-03-18 14:00:23 -07:00
yarn.lock docs: renamed yugabyte to yugabytedb (#19068) 2022-03-08 17:29:22 -05:00

README.md

Superset

License GitHub release (latest SemVer) Build Status PyPI version Coverage Status PyPI Get on Slack Documentation

Superset

A modern, enterprise-ready business intelligence web application.

Why Superset? | Supported Databases | Installation and Configuration | Release Notes | Get Involved | Contributor Guide | Resources | Organizations Using Superset

Why Superset?

Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources.

Superset provides:

  • A no-code interface for building charts quickly
  • A powerful, web-based SQL Editor for advanced querying
  • A lightweight semantic layer for quickly defining custom dimensions and metrics
  • Out of the box support for nearly any SQL database or data engine
  • A wide array of beautiful visualizations to showcase your data, ranging from simple bar charts to geospatial visualizations
  • Lightweight, configurable caching layer to help ease database load
  • Highly extensible security roles and authentication options
  • An API for programmatic customization
  • A cloud-native architecture designed from the ground up for scale

Screenshots & Gifs

Large Gallery of Visualizations


Craft Beautiful, Dynamic Dashboards


No-Code Chart Builder


Powerful SQL Editor


Supported Databases

Superset can query data from any SQL-speaking datastore or data engine (Presto, Trino, Athena, and more) that has a Python DB-API driver and a SQLAlchemy dialect.

Here are some of the major database solutions that are supported:

redshift google-biquery snowflake trino presto druid firebolt timescale rockset postgresql mysql mssql-server db2 sqlite sybase mariadb vertica oracle firebird greenplum clickhouse exasol monet-db apache-kylin hologres netezza pinot teradata yugabyte

A more comprehensive list of supported databases along with the configuration instructions can be found here.

Want to add support for your datastore or data engine? Read more here about the technical requirements.

Installation and Configuration

Extended documentation for Superset

Get Involved

Contributor Guide

Interested in contributing? Check out our CONTRIBUTING.md to find resources around contributing along with a detailed guide on how to set up a development environment.

Resources