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
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Breaking Changes
bundles.createmethod argument frominputtoarchiveby @tdstein in chore: apply flake8 builtin rules #248bundles.getmethod argument fromidtouidby @tdstein in chore: apply flake8 builtin rules #248permissions.getmethod argument fromidtouidby @tdstein in chore: apply flake8 builtin rules #248tasks.getmethod argument fromidtouidby @tdstein in chore: apply flake8 builtin rules #248external.databrickshelpers for better interop betweendatabricks-sdk-pythonanddatabricks-sql-pythonby @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.createmethod argument frominputtoarchiveby @tdstein in #248Rename the keyword-argument
inputtoarchive.Previous
Current
refactor: rename
bundles.getmethod argument fromidtouidby @tdstein in #248Rename the keyword-argument
idtouid.Previous
Current
refactor: rename
permissions.getmethod argument fromidtouidby @tdstein in #248Rename the keyword-argument
idtouid.Previous
Current
refactor: rename
tasks.getmethod argument fromidtouidby @tdstein in #248Rename the keyword-argument
idtouid.Previous
Current
refactor: rewrite
external.databrickshelpers for better interop betweendatabricks-sdk-pythonanddatabricks-sql-pythonby @dbkegley #252Previous
Current
Warning
Requires
databricks-sdk>=0.29.0Full 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