v0.4.0 #253
tdstein
announced in
Announcements
v0.4.0
#253
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Breaking Changes
bundles.create
method argument frominput
toarchive
by @tdstein in chore: apply flake8 builtin rules #248bundles.get
method argument fromid
touid
by @tdstein in chore: apply flake8 builtin rules #248permissions.get
method argument fromid
touid
by @tdstein in chore: apply flake8 builtin rules #248tasks.get
method argument fromid
touid
by @tdstein in chore: apply flake8 builtin rules #248external.databricks
helpers for better interop betweendatabricks-sdk-python
anddatabricks-sql-python
by @dbkegley feat!: improve compatibility with databricks sql client #252Migration Guide
This release includes changes to remove shadowing of builtins. As a result, the argument names for various methods have changed. This change only impacts method invocations using keyword-arguments. Methods invoked without keyword-arguments do not require adjustments.
refactor: rename
bundles.create
method argument frominput
toarchive
by @tdstein in #248Rename the keyword-argument
input
toarchive
.Previous
Current
refactor: rename
bundles.get
method argument fromid
touid
by @tdstein in #248Rename the keyword-argument
id
touid
.Previous
Current
refactor: rename
permissions.get
method argument fromid
touid
by @tdstein in #248Rename the keyword-argument
id
touid
.Previous
Current
refactor: rename
tasks.get
method argument fromid
touid
by @tdstein in #248Rename the keyword-argument
id
touid
.Previous
Current
refactor: rewrite
external.databricks
helpers for better interop betweendatabricks-sdk-python
anddatabricks-sql-python
by @dbkegley #252Previous
Current
Warning
Requires
databricks-sdk>=0.29.0
Full Changelog: v0.3.1...v0.4.0
This discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions