databricks-cli/bundle/tests/bundle
Pieter Noordhuis 7c4b34945c
Rewrite relative paths using `dyn.Location` of the underlying value (#1273)
## Changes

This change addresses the path resolution behavior in resource
definitions. Previously, all paths were resolved relative to where the
resource was first defined, which could lead to confusion and errors
when paths were specified in different directories. The new behavior is
to resolve paths relative to where they are defined, making it more
intuitive.

However, to avoid breaking existing configurations, compatibility with
the old behavior is maintained.

## Tests

* Existing unit tests for path translation pass.
* Additional test to cover both the nominal and the fallback behavior.
2024-03-18 16:23:39 +00:00
..
pipeline_glob_paths Rewrite relative paths using `dyn.Location` of the underlying value (#1273) 2024-03-18 16:23:39 +00:00
python_wheel Fixed processing jobs libraries with remote path (#638) 2023-08-07 09:55:30 +00:00
python_wheel_dbfs_lib Fixed marking libraries from DBFS as remote (#750) 2023-09-08 09:53:57 +00:00
python_wheel_no_artifact Fixed processing jobs libraries with remote path (#638) 2023-08-07 09:55:30 +00:00
python_wheel_no_artifact_no_setup Allow referencing local Python wheels without artifacts section defined (#703) 2023-08-28 16:29:04 +00:00
loader.go Rewrite relative paths using `dyn.Location` of the underlying value (#1273) 2024-03-18 16:23:39 +00:00
pipeline_glob_paths_test.go Rewrite relative paths using `dyn.Location` of the underlying value (#1273) 2024-03-18 16:23:39 +00:00
wheel_test.go Refactor library to artifact matching to not use pointers (#1172) 2024-02-05 15:29:45 +00:00