Automating the setup and configuration of Apache Superset instances from the Mara framework.
- Syncing of database
- A Makefile for running Apache Superset locally
If you have a data warehouse schema defined in Mara Schema, you can automatically sync column descriptions and metric definitions with the update_metadata function in mara_superset/metadata.py.
The database is created automatically. Datasets with their columns and metrics are synchronized after the data set table has been added manually via the UI. New columns are only added after executing the Sync columns from Source function via the Superset UI in the data set .
- Documentation: https://mara-superset.readthedocs.io/
- Changes: https://mara-superset.readthedocs.io/en/latest/changes.html
- PyPI Releases: https://pypi.org/project/mara-superset/
- Source Code: https://github.com/mara/mara-superset
- Issue Tracker: https://github.com/mara/mara-superset/issues/