Releasing core dwh version
Releasing CORE DWH version
Now I would like to pin a specific version of code to a tag and release.
git tag -a 0.2.0 head # tag
git push origin 0.2.0 # push to origin
Importing this module becomes as simple as this:
packages.yml
:
packages:
- git: "https://github.com/kzzzr/mybi-dbt-core.git"
revision: 0.2.0