databricks-cli/bundle/config/mutator/python
Gleb Kanterov 5a0a6d7334
PythonMutator: add diagnostics (#1531)
## Changes
Allow PyDABs to report `dyn.Diagnostics` by writing to
`diagnostics.json` supplied as an argument, similar to `input.json` and
`output.json`

Such errors are not yet properly printed in `databricks bundle
validate`, which will be fixed in a follow-up PR.

## Tests
Unit tests
2024-07-02 15:10:53 +00:00
..
log_writer.go Add ApplyPythonMutator (#1430) 2024-06-20 08:43:08 +00:00
python_diagnostics.go PythonMutator: add diagnostics (#1531) 2024-07-02 15:10:53 +00:00
python_diagnostics_test.go PythonMutator: add diagnostics (#1531) 2024-07-02 15:10:53 +00:00
python_mutator.go PythonMutator: add diagnostics (#1531) 2024-07-02 15:10:53 +00:00
python_mutator_test.go PythonMutator: add diagnostics (#1531) 2024-07-02 15:10:53 +00:00