databricks-sdk-py

Databricks SDK for Python (Beta)

APACHE-2.0 License

Downloads
16.1M
Stars
258
Committers
35

Bot releases are visible (Hide)

databricks-sdk-py - v0.1.11

Published by github-actions[bot] over 1 year ago

  • Added Sphinx documentation (#184, #191, #183, #193).
  • Integrated with ReadTheDocs service (#188, #189, #190).
  • Create a deepcopy of config in api client (#172).
  • Fix client/secret auth (#186).
  • Increase DBFS copy buffer size (#185).
  • Move classes to other repository (#192).
  • Relax requests version upper bound to <3 (#138).
databricks-sdk-py - v0.1.10

Published by github-actions[bot] over 1 year ago

  • Regenerate from OpenAPI spec (#176).
  • Added improved notebook-native authentication (#152).
  • Added methods to provide extra user agent and upstream user agent to SDK config (#163).
  • Added more missing Optional type hints (#171, #177).
  • Correctly serialize external entities (#178).
  • Correctly serialize external enum values in paths (#179).
  • Mark non-required fields as Optional (#170).
  • Synchronize auth permutation tests with Go SDK (#165).
databricks-sdk-py - v0.1.9

Published by github-actions[bot] over 1 year ago

  • Added new services from OpenAPI spec (#145, #159).
  • Added consistent usage of the upload(path, IO) and download(path) -> IO across file-related operations (#148).
  • Added Databricks Metadata Service credential provider (#139, #130).
  • Added exposing runtime credential provider without changing user namespace (#140).
  • Added a check for is not None for primitive fields in as_dict() (#147).
  • Fixed bug related to boolean flags and convert True to true in query strings (#156).
  • Fixed generation of external entities (#146).
  • Make u2m authentication work with new CLI (#150).
databricks-sdk-py - v0.1.8

Published by github-actions[bot] over 1 year ago

  • 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).
databricks-sdk-py - v0.1.7

Published by github-actions[bot] over 1 year ago

  • 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).
databricks-sdk-py - v0.1.6

Published by github-actions[bot] over 1 year ago

  • Preserve original databricks.sdk.runtime for internal purposes (#96).
databricks-sdk-py - v0.1.5

Published by github-actions[bot] over 1 year ago

  • 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.
databricks-sdk-py - v0.1.4

Published by github-actions[bot] over 1 year ago

  • 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).
databricks-sdk-py - v0.1.3

Published by github-actions[bot] over 1 year ago

  • Added support for sdist (#86).
  • Removed redundant newlines from AAD OAuth responses (#85).
  • Update README.md with doc links (#83).
databricks-sdk-py - v0.1.2

Published by github-actions[bot] over 1 year ago

databricks-sdk-py - v0.1.0

Published by nfx over 1 year ago

  • 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).
databricks-sdk-py - v0.0.7

Published by github-actions[bot] over 1 year ago

databricks-sdk-py - v0.0.4

Published by github-actions[bot] over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/databricks/databricks-sdk-py/compare/v0.0.3...v0.0.4

databricks-sdk-py - v0.0.3

Published by github-actions[bot] over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/databricks/databricks-sdk-py/compare/v0.0.2...v0.0.3

databricks-sdk-py - v0.0.2

Published by github-actions[bot] over 1 year ago

What's Changed

Full Changelog: https://github.com/databricks/databricks-sdk-py/compare/v0.0.1...v0.0.2

databricks-sdk-py - v0.0.1

Published by nfx almost 2 years ago