Skip to content

Releases: databricks/databricks-sdk-py

v0.1.0

20 Apr 16:00
@nfx nfx
79263e6
Compare
Choose a tag to compare
  • Make code working with new OpenAPI packaging (#78).
  • Added bricks CLI authentication (#66).
  • Use databricks.sdk.oauth logger for single-request server (#74).
  • Support more Azure environments (#73).
  • Added SECURITY.md (#64).

v0.0.7

29 Mar 21:24
733b2f0
Compare
Choose a tag to compare

What's Changed

  • Improve long-running operations by @nfx in #58
  • Added dbutils to WorkspaceClient by @nfx in #59
  • Improve docs by @nfx in #60

Full Changelog: v0.0.5...v0.0.7

v0.0.4

24 Mar 13:20
8a503e0
Compare
Choose a tag to compare

What's Changed

  • Make pytest skipping/debugging work from VS Code by @pietern in #42
  • Implement dbutils.secrets.* equivalent by @nfx in #43
  • Use datetime.timedelta for timeout duration by @pietern in #44
  • Update from OpenAPI spec by @nfx in #45
  • Make long-running operations consistently return Wait[T] by @nfx in #46
  • Add a random string to name of cluster created by tests by @kartikgupta-db in #48
  • Added disclaimer for private preview by @saadansari-db in #49
  • Convert token expiration datetime to/from string by @pietern in #47
  • Release v0.0.4 by @nfx in #50

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

22 Mar 22:41
fd20b49
Compare
Choose a tag to compare

What's Changed

  • updated for readability by @saadansari-db in #25
  • Added w.clusters.select_node_type and w.clusters.select_node_type mixins by @nfx in #26
  • Regenerate from OpenAPI spec by @nfx in #27
  • Initial implementation for Databricks Connect V2 interop by @nfx in #28
  • Unified Client Authentication by @nfx in #30
  • Added from OpenAPI spec by @nfx in #31
  • fix import error by @fjakobs in #32
  • Added support for Databricks OAuth by @nfx in #33
  • Added Authorization Code with PKCE flow for Azure AD by @nfx in #34
  • Make tests run by @nfx in #35
  • Make integration tests runnable by @nfx in #36
  • Added debug logging for API requests by @nfx in #37
  • Improve from_dict readability by @nfx in #38
  • Added Apache 2.0 license by @nfx in #39
  • Added more OAuth docs by @nfx in #40
  • Release v0.0.3 by @nfx in #41

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

01 Mar 16:03
b58d07f
Compare
Choose a tag to compare

What's Changed

  • Fix auth precedence by @nfx in #8
  • Wrapper for dbutils by @nfx in #14
  • Update from OpenAPI spec by @nfx in #17
  • Update with pkgutil-style package by @nfx in #18
  • Use None for unknown enum values by @nfx in #22
  • Correctly generate required @dataclass fields by @nfx in #23
  • Catch unknown DatabricksError arguments into kwargs field by @nfx in #24

Full Changelog: v0.0.1...v0.0.2

v0.0.1

18 Dec 12:03
@nfx nfx
f76cc0a
Compare
Choose a tag to compare
  • Added support for named args by @nfx in #1
  • Integrate code quality tools by @nfx in #2
  • Added Iterator[T] to every listable method by @nfx in #3
  • Added long-running operation support by @nfx in #4
  • Added basic README.md by @nfx in #6
  • Added basic GitHub release automation by @nfx in #7