Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 385 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 385 Bytes

dbt_generate_all_model_ymls

Python script to make YML files for all models present in your models folder on a dbt project

Pre-requisites

You need to have the dbt-codegen package installed. You can install it by adding:

 - package: dbt-labs/codegen
   version: ">=0.8.0"

How-to

Call the script within dbt's folder after activating your virtual environment