Skip to content

Releases: databricks/databricks-sdk-py

v0.1.8

22 May 20:36
1e3612d
Compare
Choose a tag to compare
  • Regenerated from OpenAPI spec (#124).
  • Added codecov.io badge (#126).
  • Improved readme with links to examples (#125).
  • Fixed AttributeError: 'NoneType' object has no attribute 'debug_truncate_bytes' when instantiating an ApiClient with empty config (#123).

v0.1.7

17 May 16:00
9d2baa2
Compare
Choose a tag to compare
  • Added an extensive set of examples (#113).
  • Fixed broken dbutils.fs.mount and dbutils.fs.updateMount (#119).
  • Ignore .netrc when sending unauthenticated requests for OAuth handshake (#108).
  • Make ApiClient more pyodide friendly (#114).
  • Persist token acquired through external-browser auth type (#110).
  • Prototype for notebook-native auth (#115).
  • Rename RefreshableCredentials to SessionCredentials (#116).
  • Use shell for opening az cli on Windows (#117).

v0.1.6

10 May 18:15
5971ba4
Compare
Choose a tag to compare
  • Preserve original databricks.sdk.runtime for internal purposes (#96).

v0.1.5

08 May 10:36
1ea8f3b
Compare
Choose a tag to compare
  • Pin version of requests to >=2.28.1,<2.29.0, so that we don't get ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See this issue for more information.

v0.1.4

05 May 15:07
c42296e
Compare
Choose a tag to compare
  • Removed experimental redacting logger filter for dbutils.secrets.get('scope', 'key'), that was causing Jupyter Kernels to hang (#92).
  • Fixed error handling for SCIM and CommandExecution APIs (#94).
  • Created dependabot.yml (#89).

v0.1.3

03 May 17:50
de99f32
Compare
Choose a tag to compare
  • Added support for sdist (#86).
  • Removed redundant newlines from AAD OAuth responses (#85).
  • Update README.md with doc links (#83).

v0.1.2

03 May 11:18
301b634
Compare
Choose a tag to compare

What's Changed

  • Fix dbutils.fs.put() utility by @nfx in #82
  • Release v0.1.2 by @nfx in #84

Full Changelog: v0.1.1...v0.1.2

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