Releases: fivetran/dbt-language-server
Releases · fivetran/dbt-language-server
Version 0.28.2
Version 0.28.1
Version 0.28.0
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
Version 0.27.4
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
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
What's Changed
- Added support for semi-structured data functions in Snowflake.
Full Changelog: v0.27.1...v0.27.2
Version 0.27.1
Version 0.27.0
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
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