Changelog
Come join us on Discord!
Swing by our new Discord Server to ask questions, request features, report bugs, and meet the team!
Link not working? Copy this and paste it in your browser: https://discord.com/invite/TBhUZvFGD6
dbt 1.4.0 and 1.4.1
Support for dbt 1.4.0 and dbt 1.4.1 has been added.
Preview shortcut
You can preview the contents of a dbt model by pressing the cmd+enter
shortcut.
Easily rerun dbt commands
The dbt command history now shows a rerun when you hover it, allowing you to easily rerun a dbt command without typing.
New project, profile, and dbt version switchers
A slimmer and streamlined set of components let you easily open and close dbt projects, change profiles and targets, and jump between different versions of dbt. This sets the stage for an upcoming feature: a faster way to jump between dbt projects.
Fixes and Tweaks
- Suggest
{{source}}
for direct table references in dbt Project - Fixed an issue with
profiles.yml
not being refreshed when changed - Fixed an issue preventing edges from models to metrics from rendering in the lineage graph
- Fixed an issue causing "Loaded profiles.yml" toast to show on every
dbt deps
run - Fixed an issue that would prevent dbt projects from opening
- Fixed an issue causing the current model name to be suggested inside
{{ref}}
- Added support for
{% block body %}{% endblock %}
syntax