Releases: fivetran/dbt-language-server
Releases · fivetran/dbt-language-server
Version 0.21.1
Version 0.21.0
What's Changed
- Add the ability to customize the location of
profiles.yml
file useingWizardForDbtCore(TM).profilesDir
setting. - Improve error message when dbt or adapter not found.
- Show error if dbt adapter not found.
- Show project analysis progress in the status bar.
Full Changelog: v0.20.1...v0.21.0
Version 0.20.1
What's Changed
- Fix wrong
_dbt_max_partition
type. - Fix go to definition for macros of dbt global_project.
Full Changelog: v0.20.0...v0.20.1
Version 0.20.0
What's Changed
- Add support for
ANY
type in temporary UDFs, for example:
CREATE TEMP FUNCTION ScalarUdf(a ANY TYPE)
AS (
a + 1
);
- Add support for go to column definition for BigQuery users.
Full Changelog: v0.19.1...v0.20.0
Version 0.19.1
What's Changed
- Added support for int64 aliases:
INT
,SMALLINT
,INTEGER
,BIGINT
,TINYINT
,BYTEINT
.
Full Changelog: v0.19.0...v0.19.1
Version 0.19.0
What's Changed
- Fixed compilation issue when using dbt-core 1.4.0.
- Added the ability to analyze project using the Analyze current project button at upper right corner of VS Code editor or context menu. This feature can be disabled using menu Preferences -> Settings -> Extensions -> Wizard for dbt Core (TM) -> Wizard For Dbt Core(TM): Enable Entire Project Analysis.
- Recompile and reanalyze entire project after extension start or external changes happened.
Full Changelog: v0.18.0...v0.19.0
Version 0.18.0
What's Changed
- We now use dbt CLI for model and project compilation by default. You can switch between compiler used by extension in Preferences -> Settings -> Extensions -> Wizard for dbt Core (TM) -> Wizard For Dbt Core(TM): Dbt Compiler.
Full Changelog: v0.17.1...v0.18.0
Version 0.17.1
What's Changed
- Fix compilation issue when project, dataset and table are enclosed in backticks (`project.dataset.table`).
- Refresh credentials when they are expired for BigQuery oAuth authentication method.
Full Changelog: v0.17.0...v0.17.1
Version 0.17.0
What's Changed
- Fix package compilation issues.
- Analyze code instead of fetching data from BigQuery.
- Don't show error for closed Preview editor.
- Support
env_var
in profiles.yml.
Full Changelog: v0.16.0...v0.17.0
Version 0.16.0
What's Changed
- Add dbt snippets:
block
,comment
,config
,for
,if
,ifelse
,macro
,ref
,set
,setblock
,source
,statement
. - Highlight function signature parameters.
- Fix extension crush when packages-install-path is overridden.
Full Changelog: v0.15.0...v0.16.0