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

Add `test-gen` command and doc suggestions in `schema-gen`

Pre-release
Pre-release
Compare
Choose a tag to compare
@robertpknight robertpknight released this 30 Apr 15:44
· 18 commits to master since this release
0078989
  • New command added test-gen which automatically scans the models given and suggests tests to be added to the model schema. At current version only allows for unique and non_null test.
  • schema-gen now has doc string suggestions for models by searching the dbt project docs directory.