databricks-cli/acceptance/bundle/paths/relative_path_translation/script

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
306 B
Plaintext
Raw Normal View History

trace $CLI bundle validate -t default -o json | \
jq '{ paths: [.resources.jobs.job.tasks[].spark_python_task.python_file] }' > output.default.json
trace $CLI bundle validate -t override -o json | \
jq '{ paths: [.resources.jobs.job.tasks[].spark_python_task.python_file] }' > output.override.json