mirror of https://github.com/databricks/cli.git
57a5a65f87
## Changes Add ApplyPythonMutator, which will fork the Python subprocess and process pipe bundle configuration through it. It's enabled through `experimental` section, for example: ```yaml experimental: pydabs: enable: true venv_path: .venv ``` For now, it's limited to two phases in the mutator pipeline: - `load`: adds new jobs - `init`: adds new jobs, or modifies existing ones It's enforced that no jobs are modified in `load` and not jobs are deleted in `load/init`, because, otherwise, it will break existing assumptions. ## Tests Unit tests |
||
---|---|---|
.. | ||
background.go | ||
background_test.go | ||
forwarded.go | ||
forwarded_test.go | ||
opts.go | ||
opts_test.go | ||
stub.go | ||
stub_test.go |