Commit Graph

4 Commits

Author SHA1 Message Date
Gleb Kanterov 52338c0341
Upgrade databricks-bundles to 0.7.2 (#2497)
## Changes
Upgrade databricks-bundles to 0.7.2

It fixes problems with bundles using more than one resource loader or
mutator.
2025-03-17 17:30:05 +00:00
Gleb Kanterov 55387a6014
Fix uv in experimental-jobs-as-code template (#2476)
## Changes
Fix a problem where the output wheel didn't contain any code, because it
was assuming flat-layout.

## Tests
Updated acceptance tests
2025-03-12 10:47:38 +00:00
Anton Nekipelov 428e730c9e
Set default data_security_mode to "SINGLE_USER" in bundle templates (#2372)
## Changes
1. Change the **default-python** bundle template to set
`data_security_mode` of a cluster to SINGLE_USER
2. Change the **experimental-jobs-as-code** bundle template to set
`data_security_mode` of a cluster to SINGLE_USER

## Why
Explicitly adding this field saves experienced users from confusion onto
what security mode is applied to the cluster

## Tests
Changed existing unit and integration tests to pass with this change
2025-02-26 13:19:38 +01:00
Gleb Kanterov 31c10c1b82
Add experimental-jobs-as-code template (#2177)
## Changes

Add experimental-jobs-as-code template allowing defining jobs using
Python instead of YAML through the `databricks-bundles` PyPI package.

## Tests

Manually and acceptance tests.
2025-01-20 10:15:11 +00:00