Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 754 Bytes

File metadata and controls

49 lines (32 loc) · 754 Bytes

dbt-models-explorer

DBT models explorer with output generator to check, analyze and document

Features

  • Read DBT Models Yml to objectcts and make relationships Analysis
  • Rich Console Output
  • Export to CSV Format

Run Locally

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>]

Usage/Examples

Rich outupt, default

poetry run dbt-models-explorer <path-to-yml-models>

CSV outupt

poetry run dbt-models-explorer <path-to-yml-models> --format csv <filename>