Skip to content

Release: v1.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 11:48
· 79 commits to main since this release
b3d56fb

Release: v1.1.2

packages/databricks-vscode

1.1.2 (2023-09-07)

  • Fix: Append databricks cli path to the end of PATH. Now cli binary installed on the system takes priority over the binary packaged with the extension when running from the integrated terminal.
  • Feature: Bump databricks cli to v0.204.0
  • Fix: Export DATABRICKS_HOST env var with correct protocol (#841) (2b62e41), fixes #836
  • Feature(experimental): Support for %run magics and # MAGIC commands in databricks notebooks
  • Feature(experimental): Find and load environment variables configured by the extension in notebooks. These variables are required to automatically configure DB Connect V2, dbutils (from databricks python SDK) etc.

CLI Changes

  • Fix: The pattern .* in a .gitignore file can match the root directory. Never ignore root directory when syncing. Fixes #837.