Changelog
dbt 1.7.0
Support for dbt 1.7.0 has been added.
dbt 1.6.0
Support for dbt 1.6.0 has been added.
Git Diff (preview)
You can now inspect the git diff of any file:
You can also view the commit history of any model:
To use the features, you must enable git functionality: Go to Settings
> Version Control
and toggle the Git (beta)
setting.
Fixes and Tweaks
- Fixed issue with typechecker not correctly identifying models with single line
config
declarations
Fixes and Tweaks
- Fixed an issue preventing git from working if a newly created dbt project is in a subdirectory of a git repository
- Fixed an issue causing git commit summary input to overlap with files list