DBT models explorer with output generator to check, analyze and document
- Read DBT Models Yml to objectcts and make relationships Analysis
- Rich Console Output
- Export to CSV Format
Clone the project
git clone https://github.com/catapimbas/dbt-models-explorer.git
Go to the project directory
cd dbt-models-explorer
Install dependencies
poetry install
Run
poetry run dbt-models-explorer [<path-to-yml-models> <options>]
poetry run dbt-models-explorer <path-to-yml-models>
poetry run dbt-models-explorer <path-to-yml-models> --format csv <filename>