Skip to content

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

License

Notifications You must be signed in to change notification settings

mvfc/dbt_generate_all_model_ymls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages