You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is just a misunderstanding: the parameter does exist, but the WorkspaceExt replaces the implementation in WorkspaceAPI for users. There was a recent refactoring to the docs pages that does include WorkspaceExt as well as our other mixins, so it should match the SDK exactly.
Description
A
recursive
kwarg is documented forworkspace.list
, but does not exist: https://databricks-sdk-py.readthedocs.io/en/latest/workspace/workspace.htmlReproduction
Testing exists for it:
databricks-sdk-py/tests/integration/test_workspace.py
Lines 6 to 10 in 3a2d2e6
But it does not exist in the source code:
databricks-sdk-py/databricks/sdk/service/workspace.py
Lines 1416 to 1442 in 3a2d2e6
Expected behavior
Recursively list notebooks at the given path
The text was updated successfully, but these errors were encountered: