Description
Consider a volume with sub-sub directories. Running client.dbfs.list("/Volumes/...", recursive=True) crashes with databricks.sdk.errors.platform.NotFound: The directory being accessed is not found.
Debugging the call shows that the List-Method attemps to lookup the sub-sub dirs in the root dir. The recursion doesn't track the entire path.
Other Information
- Version: 0.88.0 from pypi