Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@alexmalins alexmalins released this 01 Sep 03:18
· 10 commits to main since this release
d6398c1

Features

  • Add support for cancelling queries mid-flight. Requires Harlequin >=1.24.0 which introduced the "Cancel Query" button.
  • Add support for Azure in OAuth user-to-machine authentication for Databricks running on Azure.
  • Add support for OAuth machine-to-machine (M2M) authentication to Databricks. This allows you to use service principle credentials to connect to Databricks via Harlequin, useful for testing. To use OAuth M2M, supply a --client-id and a --client-secret (i.e. a service principle OAuth token) via CLI arguments.
  • Better error handling and debug messages when database query errors occur.