Metadata-Version: 2.1
Name: mara-superset
Version: 1.0.3
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
License-File: LICENSE
Requires-Dist: mara-db (>=4.7.1)
Requires-Dist: mara-page (>=1.3.0)
Requires-Dist: mara-schema (>=1.0.0)
Requires-Dist: click
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: apache-superset (>=1.3.2) ; extra == 'dev'

# 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 .

## Installation and more

Take a look at the official [Documentation](https://mara-superset.readthedocs.io/en/latest/).
