Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

add `ddbt schema-gen` command to DDBT

Pre-release
Pre-release
Compare
Choose a tag to compare
@robertpknight robertpknight released this 10 Feb 21:35
· 60 commits to master since this release
fc98d58

The monzo dbt repo has a useful custom command dbt monzo schema-gen which automatically produces a yml schema file based on changes made to a model on someones dev branch, saving tedious yml text editing.

This version of ddbt will have similar functionality that runs in a fraction of the time. The command ddbt schema-gen model will produce a new yml file for new models, and an updated yml file for existing updated models.