Changelog
dbt 1.3.1 and 1.2.3
Support for dbt 1.3.1 and dbt 1.2.3 has been added.
Lineage Graph Tab
A Lineage Graph tab now appears when viewing a model, showing the lineage graph of the current model and its parents/children.
SQLFluff Beta
You can now format your files using SQLFluff by running the Format code using SQLFLuff
option in the command bar. Press cmd+shift+p
to access the command bar.
Fixes and Tweaks
- Fixed issue with window not restoring to previous location on multi-monitor setups
- Fixed issue where
source
declarations would not fall back to thedatabase
defined inprofiles.yml
- Fixed issue with
Test
select not appearing on files in thetest-paths
directories - Added support for multi-line Jinja comment blocks in dbt models
- Snowflake: added support for
EXCLUDE
andRENAME
syntax - Snowflake: added support for Time Travel syntax
- BigQuery: added support for
safe_cast
andtry_cast
syntax - Added support for
PIVOT
andUNPIVOT