menu

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.

dbt model lineage graph

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 the database defined in profiles.yml
  • Fixed issue with Test select not appearing on files in the test-paths directories
  • Added support for multi-line Jinja comment blocks in dbt models
  • Snowflake: added support for EXCLUDE and RENAME syntax
  • Snowflake: added support for Time Travel syntax
  • BigQuery: added support for safe_cast and try_cast syntax
  • Added support for PIVOT and UNPIVOT