databricks-cli/bundle/internal
Gleb Kanterov 02c7df39f6
Add 'experimental/python' support (#2052)
## Changes
Add `experimental/python` section replacing `experimental/pydabs`.

Add 2 new mutators into existing pipeline:
- `ApplyPythonMutator(load_resources)` - loads resources from Python
code
- `ApplyPythonMutator(apply_mutators)` - transforms existing resources
defined in Python/YAML

Example:
```yaml
experimental:
  python:
    resources:
    - "resources:load_resources"
    mutators:
    - "mutators:add_email_notifications"
```

## Tests
Unit tests and manually

---------

Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
2025-01-08 09:29:45 +00:00
..
bundletest Add error checking in tests and enable errcheck there (#1980) 2024-12-09 13:56:41 +01:00
schema Add 'experimental/python' support (#2052) 2025-01-08 09:29:45 +00:00
tf Upgrade go to 1.23.4 (#2038) 2024-12-20 09:21:36 +00:00