Releases: fivetran/dbt-language-server
Releases · fivetran/dbt-language-server
Version 0.33.2
What's Changed
- Implemented a safeguard against concurrent connection attempts to Snowflake.
Full Changelog: v0.33.1...v0.33.2
Version 0.33.1
What's Changed
- Added support for User / Password + DUO MFA authentication method.
Full Changelog: v0.33.0...v0.33.1
Version 0.33.0
What's Changed
- Environment variables now sourced from
.env
files and VS Code'sterminal.integrated.env.<platform>
setting. - Resolved Python location detection issue.
Full Changelog: v0.32.0...v0.33.0
Version 0.32.0
What's Changed
- Corrected column definition in
referenced_tables
forINFORMATION_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
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
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
Version 0.30.0
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
Version 0.29.0
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