Skip to content

Latest commit

 

History

History
109 lines (88 loc) · 10 KB

CHANGELOG.md

File metadata and controls

109 lines (88 loc) · 10 KB

v0.4.0 [2024-02-02]

What's new?

  • Added OAuth config support to provide users the ability to set OAuth secret client ID and OAuth secret value of a service principal. For more information, please see Databricks plugin configuration. (#6) (Thanks @rinzool for the contribution!)
  • Added Config object to directly pass credentials to the client. (#10)

v0.3.0 [2023-12-12]

What's new?

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to _ctx column, and fixing connection and potential divide-by-zero bugs. (#31)

v0.2.1 [2023-10-05]

Dependencies

v0.2.0 [2023-10-02]

Dependencies

v0.1.0 [2023-08-28]

Breaking changes

  • The following configuration arguments have been renamed for better consistency: (#4)
    • config_file to config_file_path
    • config_profile to profile
  • The following tables have been renamed to remove redundant wording: (#4)
    • databricks_catalog_catalog -> databricks_catalog
    • databricks_jobs_job -> databricks_job
    • databricks_jobs_job_run -> databricks_job_run
    • databricks_pipelines_pipeline -> databricks_pipeline
    • databricks_pipelines_pipeline_event -> databricks_pipeline_event
    • databricks_pipelines_pipeline_update -> databricks_pipeline_update
    • databricks_workspace_workspace -> databricks_workspace

Bug fixes

  • Fixed the plugin to correctly return an empty row instead of an error in cases where the tables lack resources available for querying. (#4)
  • Fixed the configuration argument validation by eliminating the necessity of setting account_host, account_token/username/password, and workspace host configuration arguments/environment variables in certain scenarios. (#4)

v0.0.1 [2023-08-17]

What's new?