databricks-cli/acceptance/bundle/paths/nominal
Denis Bilenko d6d9b994d4
acc: only print non-zero exit codes in errcode function (#2222)
Reduce noise in the output and matches how "Exit code" is handled for
the whole script.
2025-01-24 10:47:12 +01:00
..
resources Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
src Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
README.md Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
databricks.yml Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
output.job.json Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
output.pipeline.json Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
output.txt acc: only print non-zero exit codes in errcode function (#2222) 2025-01-24 10:47:12 +01:00
override_job.yml Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
override_pipeline.yml Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
script Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00
script.cleanup Migrate path translation tests to acceptance tests (#2122) 2025-01-17 10:22:49 +00:00

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).