Skip to content

Releases: fivetran/dbt-language-server

Version 0.21.1

29 Mar 14:15
5fe0f23
Compare
Choose a tag to compare

What's Changed

  • Fix "dbt compile timeout exceeded" issue.

Full Changelog: v0.21.0...v0.21.1

Version 0.21.0

24 Mar 10:57
223cae1
Compare
Choose a tag to compare

What's Changed

  • Add the ability to customize the location of profiles.yml file useing WizardForDbtCore(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

03 Mar 16:11
8b3f87b
Compare
Choose a tag to compare

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

28 Feb 16:32
f12da3b
Compare
Choose a tag to compare

What's Changed

  • Add support for ANY type in temporary UDFs, for example:
CREATE TEMP FUNCTION ScalarUdf(a ANY TYPE)
AS (
  a + 1
);

Full Changelog: v0.19.1...v0.20.0

Version 0.19.1

30 Jan 10:49
4d3c867
Compare
Choose a tag to compare

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

27 Jan 16:57
3474da9
Compare
Choose a tag to compare

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

27 Dec 20:10
8352c30
Compare
Choose a tag to compare

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

20 Dec 18:40
3a2260e
Compare
Choose a tag to compare

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

13 Dec 17:38
2da7122
Compare
Choose a tag to compare

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

28 Nov 14:14
50dc30e
Compare
Choose a tag to compare

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