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.gitGo to the project directory
cd dbt-models-explorerInstall dependencies
poetry installRun
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>