mirror of https://github.com/databricks/cli.git
89eb556318
## Changes The assertions on the output made are now captured in the `output.*` files. These don't capture intent like actual assertions do, but we still have regular test coverage in the path translation tests under `bundle/config/mutator`. ## Tests Tests pass. |
||
---|---|---|
.. | ||
resources | ||
src | ||
README.md | ||
databricks.yml | ||
output.job.json | ||
output.pipeline.json | ||
output.txt | ||
override_job.yml | ||
override_pipeline.yml | ||
script | ||
script.cleanup |
README.md
Test path translation (nominal behavior)
As of v0.216.0 (PR at https://github.com/databricks/cli/pull/1273), all paths in a resource definition are resolved relative to the directory of the file where they are defined.
This is more intuitive than the previous behavior (see ../fallback/README.md
for details).