Skip to content

Releases: fivetran/dbt-language-server

Version 0.9.1

05 Sep 18:17
d087e56
Compare
Choose a tag to compare

What's Changed

  • Fix issue with handling new tabs created using VS Code API.
  • Fix compilation issue on Windows.

Full Changelog: v0.9.0...v0.9.1

Version 0.9.0

02 Sep 19:01
a9ad3a8
Compare
Choose a tag to compare

What's Changed

  • Update ZetaSQL version.
  • Update function signatures descriptions.
  • Fix wrong diagnostics issues.

Full Changelog: v0.8.0...v0.9.0

Version 0.8.0

30 Aug 14:17
f020b60
Compare
Choose a tag to compare

What's Changed

  • Fix issue with underlining qualify keyword.
  • Show signature for keywords in uppercase and in lowercase.
  • Now features that doesn't require additional processes like autocompletions, go to definitions and so on are available quickly.
  • Refresh SQL diagnostics after active tab change.
  • Fix error message in dbt 1.2.1.
  • Add status item to show/create packages.yml file.
  • Add dbtWizard.installDbtPackages command and run it from status item.
  • Small bug fixes.

Full Changelog: v0.7.0...v0.8.0

Version 0.7.0

10 Aug 16:58
1071b6d
Compare
Choose a tag to compare

What's Changed

  • Lock query preview group automatically.
  • Fix diagnostics issue after deleting/creating file.
  • Add Windows support.
  • Show information about python and dbt and dbt adapters in status bar.
  • Add the ability to install dbt, dbt adapters and choose python environment from status bar.

Full Changelog: v0.6.3...v0.7.0

Version 0.6.3

26 Jul 17:16
f156bc2
Compare
Choose a tag to compare

What's Changed

  • Fix issue with _dbt_max_partition dbt specific keyword.

Full Changelog: v0.6.2...v0.6.3

Version 0.6.2

20 Jul 18:33
4086b1b
Compare
Choose a tag to compare

What's Changed

  • Fix working with python >= 3.10. Now extension uses dbt CLI in such case.
  • Add setting dbtWizard.dbtCompiler to specify which command the extension will use to compile models.

Full Changelog: v0.6.1...v0.6.2

Version 0.6.1

12 Jul 13:43
6acad67
Compare
Choose a tag to compare

What's Changed

  • Fix an issue when go to definition didn't work for models from packages if package is not specified
  • Go to definition now works in all jinja blocks
  • Improve performance for models with a lot of tables

Full Changelog: v0.6.0...v0.6.1

Version 0.6.0

07 Jul 12:19
53106f2
Compare
Choose a tag to compare

What's Changed

  • dbt models autocompletion improvements
  • Refresh dbt-rpc server after packages installation
  • Use diagnostics to highlight the ability to convert sql to ref
  • Add query preview button on top panel
  • Improve sources definitions suggestions
  • Prompt to install dbt if it is not installed
  • Do not show warning for non BigQuery profiles
  • Support working with multiple dbt profiles
  • Fix issue with adding/deleting columns in models during development
  • Support table suggestion from with clause
  • Support persistent UDFs
  • Fix issue with not showing signatures in some cases
  • Improve Readme.md

Full Changelog: v0.5.0...v0.6.0

Version 0.5.0

26 May 20:20
fd3c39c
Compare
Choose a tag to compare

What's Changed

  • Upgrade ZetaSQL to Apr 21, 2022 version
  • Add support for _PARTITIONTIME, _PARTITIONDATE and INFORMATION_SCHEMA keywords
  • Fix incorrect text position calculation
  • Show error when dbt-rpc fails to start
  • Restart language server in case of error
  • Fix conflict with other extension

Full Changelog: v0.4.2...v0.5.0

Version 0.4.2

04 May 15:49
bfe5b6f
Compare
Choose a tag to compare

What's Changed

  • Fix parsing dbt_project.yml from package
  • Fix issue with finding package install path

Full Changelog: v0.4.1...v0.4.2