Metadata-Version: 2.1
Name: mara-superset
Version: 1.0.4
Summary: Configuring Apache Superset from a Mara Schema
Home-page: https://github.com/mara/mara-superset
Author: Mara contributors
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Mara Superset

[![mara-superset](https://github.com/mara/mara-superset/actions/workflows/build.yaml/badge.svg)](https://github.com/mara/mara-superset/actions/workflows/build.yaml)
[![PyPI - License](https://img.shields.io/pypi/l/mara-superset.svg)](https://github.com/mara/mara-superset/blob/master/LICENSE)
[![PyPI version](https://badge.fury.io/py/mara-superset.svg)](https://badge.fury.io/py/mara-superset)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://communityinviter.com/apps/mara-users/public-invite)

Automating the setup and configuration of [Apache Superset](https://github.com/apache/superset) instances from the Mara framework.

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

&nbsp;

## Features

### Metadata sync

If you have a data warehouse schema defined in [Mara Schema](https://github.com/mara/mara-schema), you can automatically sync column descriptions and metric definitions with the update_metadata function in [mara_superset/metadata.py](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

* 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/
