mirror of https://github.com/databricks/cli.git
b451905b6e
## Changes Library glob expansion happens during deployment. Before that, all entries that refer to local paths in resource definitions are made relative to the _sync root_. Before #1694, they were made relative to the _bundle root_. This PR didn't update the library glob expansion code to use the sync root path. If you were using the sync paths setting with library globs, the CLI would fail to expand the globs because the code was using the wrong path to anchor those globs. This change fixes the issue. ## Tests Manually confirmed that this fixes the issue reported in #1755. |
||
---|---|---|
.. | ||
testdata | ||
expand_glob_references.go | ||
expand_glob_references_test.go | ||
helpers.go | ||
helpers_test.go | ||
libraries.go | ||
local_path.go | ||
local_path_test.go | ||
match_test.go | ||
upload.go | ||
upload_test.go | ||
workspace_path.go | ||
workspace_path_test.go |