Skip to content

catapimbas/dbt-models-explorer

Repository files navigation

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>

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages