Releases: databricks/databricks-sdk-py
Releases · databricks/databricks-sdk-py
v0.1.0
v0.0.7
v0.0.4
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
- @pietern made their first contribution in #42
- @kartikgupta-db made their first contribution in #48
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- updated for readability by @saadansari-db in #25
- Added
w.clusters.select_node_type
andw.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
- @saadansari-db made their first contribution in #25
- @fjakobs made their first contribution in #32
Full Changelog: v0.0.2...v0.0.3
v0.0.2
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 intokwargs
field by @nfx in #24
Full Changelog: v0.0.1...v0.0.2