Skip to content

Releases: fivetran/dbt-language-server

Version 0.33.2

09 Nov 11:39
9242d67
Compare
Choose a tag to compare

What's Changed

  • Implemented a safeguard against concurrent connection attempts to Snowflake.

Full Changelog: v0.33.1...v0.33.2

Version 0.33.1

01 Nov 15:44
d8bb9cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33.0...v0.33.1

Version 0.33.0

31 Oct 16:46
1766274
Compare
Choose a tag to compare

What's Changed

  • Environment variables now sourced from .env files and VS Code's terminal.integrated.env.<platform> setting.
  • Resolved Python location detection issue.

Full Changelog: v0.32.0...v0.33.0

Version 0.32.0

26 Oct 12:04
2b8ca8c
Compare
Choose a tag to compare

What's Changed

  • Corrected column definition in referenced_tables for INFORMATION_SCHEMA tables: jobs_by_user, jobs_by_project, jobs_by_folder, jobs_by_organization.
  • Introduced quick actions for resolving dbt dependencies and authentication issues.

Full Changelog: v0.31.0...v0.32.0

Version 0.31.0

23 Oct 08:36
b573288
Compare
Choose a tag to compare

What's Changed

  • Extended go-to-column functionality to recognize column aliases and locate columns in additional areas within the SELECT statement, as well as in external models.
  • Enabled column autocompletion within CTEs.
  • Optimized preview load time by skipping model compilation on first open event if project is already compiled.

Full Changelog: v0.30.2...v0.31.0

Version 0.30.2

25 Sep 11:21
e87a778
Compare
Choose a tag to compare

What's Changed

  • Added support for the following Snowflake functions: grouping, decode, iff, nvl, nvl2, regr_valx.
  • Resolved an issue where false positives occurred during arithmetic operations with the Snowflake VARIANT type.

Full Changelog: v0.30.1...v0.30.2

Version 0.30.1

06 Sep 11:02
1f98f0c
Compare
Choose a tag to compare

What's Changed

  • Improved errors handling.

Full Changelog: v0.30.0...v0.30.1

Version 0.30.0

04 Sep 14:30
3fae92e
Compare
Choose a tag to compare

What's Changed

  • Introduced a feature to display previews utilizing model configuration values for refs. It can be useful for users who separates dev and prod environments. To use, right-click and select Use schema from config for refs from the context menu in the Preview editor.

Full Changelog: v0.29.1...v0.30.0

Version 0.29.1

01 Sep 07:29
20986c9
Compare
Choose a tag to compare

What's Changed

  • Supported double quoted names for Snowflake.

Full Changelog: v0.29.0...v0.29.1

Version 0.29.0

10 Aug 20:13
82a34ef
Compare
Choose a tag to compare

What's Changed

  • Added CONTAINS_SUBSTR function.
  • Fixed ModuleNotFoundError: No module named 'dbt.adapters.bigquery' error.
  • Update ZetaSQL version.

Full Changelog: v0.28.2...v0.29.0