Commit Graph

4 Commits

Author SHA1 Message Date
Gleb Kanterov afa253c431
[Python] Clarify rationale for mutator design (#2488)
## Changes
Clarify rationale for design of `@job_mutator`
2025-03-14 09:41:42 +00:00
Gleb Kanterov 036061f8b5
[Python] Reformat variable regex (#2484)
## Changes
Reformat variable regex in Python code to follow Golang. The effective
regex is not changed.

## Why
We need to keep both regexes in sync.

## Tests
Using existing tests and manually inspecting resulting regex.
2025-03-13 14:12:37 +00:00
Gleb Kanterov 8fe05d9ba6
[Python] Clarify mutators behaviour (#2485)
## Changes

Clarify the behavior of Python mutators.
2025-03-13 12:28:32 +01:00
Gleb Kanterov fbf52ce821
[Python] Add databricks.bundles.core (#2469)
## Changes
Add databricks.bundles.core package to experimental/python.

It contains an implementation of resource-independent code for Python
support. As a follow-up, we will add Python code generated using bundle
schema.

## Tests
Unit tests
2025-03-13 10:18:46 +00:00