Skip to content

Releases: fivetran/dbt-language-server

Version 0.4.1

29 Apr 14:32
632c131
Compare
Choose a tag to compare

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

12 Apr 19:23
d0b0be5
Compare
Choose a tag to compare

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

02 Apr 12:12
445032f
Compare
Choose a tag to compare

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

29 Mar 14:49
299c72c
Compare
Choose a tag to compare

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

11 Mar 12:18
e3b7fc3
Compare
Choose a tag to compare

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

03 Feb 08:32
100ecc3
Compare
Choose a tag to compare

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