fix(dnd): make clicked dnd metrics unique (#16632)

2 files changed
tree: 0bf08764052dce4afab7b5eb3521260a283e717b
  1. .github/
  2. docker/
  3. docs/
  4. helm/
  5. RELEASING/
  6. requirements/
  7. RESOURCES/
  8. scripts/
  9. superset/
  10. superset-frontend/
  11. superset-websocket/
  12. tests/
  13. .asf.yaml
  14. .codecov.yml
  15. .dockerignore
  16. .editorconfig
  17. .flaskenv
  18. .fossa.yml
  19. .gitignore
  20. .gitmodules
  21. .pre-commit-config.yaml
  22. .pylintrc
  23. .rat-excludes
  24. CHANGELOG.md
  25. CODE_OF_CONDUCT.md
  26. CONTRIBUTING.md
  27. docker-compose-non-dev.yml
  28. docker-compose.yml
  29. Dockerfile
  30. INSTALL.md
  31. LICENSE.txt
  32. lintconf.yaml
  33. Makefile
  34. MANIFEST.in
  35. NOTICE
  36. pytest.ini
  37. README.md
  38. setup.cfg
  39. setup.py
  40. tox.ini
  41. UPDATING.md
README.md

Superset

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

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

Screenshots & Gifs

Gallery


View Dashboards


Slice & dice your data


Query and visualize your data with SQL Lab


Visualize geospatial data with deck.gl


Choose from a wide array of visualizations


Why Superset?

Superset provides:

  • An intuitive interface for visualizing datasets and crafting interactive dashboards
  • A wide array of beautiful visualizations to showcase your data
  • Code-free visualization builder to extract and present datasets
  • A world-class SQL IDE for preparing data for visualization, including a rich metadata browser
  • A lightweight semantic layer which empowers data analysts to quickly define custom dimensions and metrics
  • Out-of-the-box support for most SQL-speaking databases
  • Seamless, in-memory asynchronous caching and queries
  • An extensible security model that allows configuration of very intricate rules on who can access which product features and datasets.
  • Integration with major authentication backends (database, OpenID, LDAP, OAuth, REMOTE_USER, etc)
  • The ability to add custom visualization plugins
  • An API for programmatic customization
  • A cloud-native architecture designed from the ground up for scale

Supported Databases

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

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

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