Skip to content

Releases: fivetran/dbt-language-server

Version 0.28.2

01 Aug 09:58
8679cd1
Compare
Choose a tag to compare

What's Changed

  • Fixed compilation issue when using dbt 1.6.0.

Full Changelog: v0.28.1...v0.28.2

Version 0.28.1

31 Jul 15:59
e845eb2
Compare
Choose a tag to compare

What's Changed

  • Updated setting description.

Full Changelog: v0.28.0...v0.28.1

Version 0.28.0

31 Jul 14:28
c1df76c
Compare
Choose a tag to compare

What's Changed

  • With this release, we have integrated a syntax analyzer for Snowflake projects. This addition will help users to identify errors and use the SQL to ref conversion, go to definition and auto-completion features within Snowflake dbt project. You can disable this feature using the WizardForDbtCore(TM).enableSnowflakeSyntaxCheck setting if needed.

Full Changelog: v0.27.5...v0.28.0

Version 0.27.5

26 Jul 15:38
d3dfb8f
Compare
Choose a tag to compare

What's Changed

  • Fixed the issue with specific UDFs in BigQuery.

Full Changelog: v0.27.4...v0.27.5

Version 0.27.4

18 Jul 19:15
96c69e4
Compare
Choose a tag to compare

What's Changed

  • Improved Snowflake compatibility by returning columns in the correct order.
  • Set snowflake-sql type for Snowflake preview, ensuring accurate syntax highlighting.
  • Expanded Snowflake support to include additional syntax.

Full Changelog: v0.27.3...v0.27.4

Version 0.27.3

03 Jul 09:32
8484d95
Compare
Choose a tag to compare

What's Changed

  • Enabled support for BigQuery JSON functions.
  • Updated the functionality of the "Analyze current project" button (🔄). Clicking it now cancels any ongoing compilation/analysis and initiates a new one.

Full Changelog: v0.27.2...v0.27.3

Version 0.27.2

22 Jun 13:42
b47737d
Compare
Choose a tag to compare

What's Changed

  • Added support for semi-structured data functions in Snowflake.

Full Changelog: v0.27.1...v0.27.2

Version 0.27.1

22 Jun 11:33
11e092f
Compare
Choose a tag to compare

What's Changed

  • Added support for Snowflake cast operator (::).

Full Changelog: v0.27.0...v0.27.1

Version 0.27.0

18 Jun 12:01
e925425
Compare
Choose a tag to compare

What's Changed

  • In this release, we've introduced a new setting, WizardForDbtCore(TM).enableSnowflakeSyntaxCheck, which is turned off by default. When activated, this setting enables syntax checks for Snowflake dbt projects. As a result, any errors within models will be detected and displayed. Please note that this is an experimental feature and may not be entirely reliable. It could potentially yield false positive errors, indicating issues where there are none.

Full Changelog: v0.26.2...v0.27.0

Version 0.26.2

12 Jun 16:27
628bbe8
Compare
Choose a tag to compare

What's Changed

  • Enabled JSON functions.
  • Resolved an issue where the extension would unexpectedly restart during code editing.

Full Changelog: v0.26.1...v0.26.2