mirror of https://github.com/databricks/cli.git
f14dded946
## Changes The FUSE mount of the workspace file system on DBR doesn't include file extensions for notebooks. When these notebooks are checked into a repository, they do have an extension. PR #1457 added a filer type that is aware of this disparity and makes these notebooks show up as if they do have these extensions. This change swaps out the native `vfs.Path` with one that uses this filer when running on DBR. Follow up: consolidate between interfaces exported by `filer.Filer` and `vfs.Path`. ## Tests * Unit tests pass * (Manually ran a snapshot build on DBR against a bundle with notebooks) --------- Co-authored-by: Andrew Nester <andrew.nester@databricks.com> |
||
---|---|---|
.. | ||
filer.go | ||
filer_test.go | ||
leaf.go | ||
leaf_test.go | ||
os.go | ||
os_test.go | ||
path.go | ||
path_test.go |