Commit 2bfbf18
authored
Release v0.8.3 (#145)
* add missing stat() methods to DBFSPath and WorkspacePath
([#144](#144)). The
`stat()` method has been added to both `DBFSPath` and `WorkspacePath`
classes, addressing issues
[#142](#142) and
[#143](#143). This
method, which adheres to the Posix standard, returns file status in the
`os.stat_result` format, providing access to various metadata attributes
such as file size, last modification time, and creation time. By
incorporating this method, developers can now obtain essential file
information for Databricks File System (DBFS) and Databricks Workspace
paths when working with these classes. The change includes a new test
case for `stat()` in the `test_paths.py` file to ensure the correctness
of the method for both classes.1 parent 36fc873 commit 2bfbf18
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments