Skip to content

mara/mara-superset

Repository files navigation

Mara Superset

mara-superset PyPI - License PyPI version Slack Status

Automating the setup and configuration of Apache Superset instances from the Mara framework.

  • Syncing of database
  • A Makefile for running Apache Superset locally

 

Features

Metadata sync

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 .

Links