Releases: fivetran/dbt-language-server
Releases · fivetran/dbt-language-server
Version 0.4.1
What's Changed
- Fix problems with macros preview
- Fix wrong diff results in some cases
- Support nested structs and array of structs
- Add support
qualify
,recursive
and other ZetaSQL features in development - Fix preview for models with
materialized='ephemeral'
- Add additional logs
Full Changelog: v0.4.0...v0.4.1
Version 0.4.0
What's Changed
- Add the ability to compile models inside dbt packages
- Fix bugs with signature hints
- Show functions signature hints on hover
- Autocompletion for all dbt models, macros and sources
Full Changelog: v0.3.1...v0.4.0
Version 0.3.1
What's Changed
- Fix changelog population
- Fix restart issue when dbt-rpc command is not found
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
What's Changed
- Support Apple M1 target
- Support number of features for all dbt adapters (see Features)
- Set icon for extension
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
What's Changed
- Rename extension to dbt Wizard
- Go to model/macros/source definition
- Run extension for documents with
sql-bigquery
language id - Improve error display for dbt problems
Full Changelog: v0.1.0...v0.2.0
Version 0.1.0
What's Changed
- Add oauth token-based authentication method
- Support Linux
- Add commands to convert ref to SQL and SQL to ref
- Fix infinite loop bug while compiling models
- Show errors in preview
- Fix compile issue when model edited before extension initialized
- Rename extension to dbt Language Support
- Publish repository
- Add docs for Windows users
- Delete compile button
Full Changelog: v0.0.3...v0.1.0