Metadata-Version: 2.1
Name: dbt-superset-lineage
Version: 0.1.1
Summary: A package for extracting dashboards from Apache Superset to dbt docs as exposures.
Home-page: https://github.com/slidoapp/dbt-superset-lineage
Author: Michal Kolacek
Author-email: mkolacek@slido.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: ruamel.yaml (>=0.17.17,<0.18.0)
Requires-Dist: sqlfluff (>=0.8.2,<0.9.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/slidoapp/dbt-superset-lineage
Description-Content-Type: text/markdown

# dbt-superset-lineage

<a href="https://github.com/slidoapp/dbt-superset-lineage/blob/main/LICENSE.md"><img alt="License: MIT" src="https://img.shields.io/github/license/slidoapp/dbt-superset-lineage"></a>
<a href="https://pypi.org/project/dbt-coverage/"><img alt="PyPI" src="https://img.shields.io/pypi/v/dbt-superset-lineage"></a>
<a href="https://pepy.tech/project/dbt-superset-lineage"><img alt="Downloads" src="https://pepy.tech/badge/dbt-superset-lineage"></a>
![GitHub last commit](https://img.shields.io/github/last-commit/slidoapp/dbt-superset-lineage)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbt-superset-lineage)
![PyPI - Format](https://img.shields.io/pypi/format/dbt-superset-lineage)

A CLI library with Python backend for extracting dashboards from Apache Superset to dbt docs as exposures.

## Installation

```
pip install dbt-superset-lineage
```

## License

Licensed under the MIT license (see [LICENSE.md](LICENSE.md) file for more details).



