databricks-sdk-py
databricks-sdk-py copied to clipboard
Fix: ensure dbutils.fs.ls lists directories with trailing '/'
Fixes local directory listing to include folders as well as files. Directory paths now end with '/' and are correctly marked as directories.
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/sdk-py
Inputs:
- PR number: 1056
- Commit SHA:
1c19997d463636e6d98e14da265498ab0e5fe8d7
Checks will be approved automatically on success.
fix: include directories in local file listing and update changelog