Commit Graph

3 Commits

Author SHA1 Message Date
Gleb Kanterov 491af65584
[Python] Simplify conf loading (#2486)
## Changes
Simplify conf loading in Python code

## Tests
Unit tests
2025-03-13 11:44:35 +00: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
Gleb Kanterov 36431ef161
Setup CI for Python code (#2448)
## Changes
Add new CI jobs for testing Python code.

These jobs are separate from Golang code because they are executed
against a matrix of Python versions, and OS versions are not relevant.
We will get coverage with OS versions using acceptance tests. In
addition, we don't need to run these tests unless any of the Python code
is modified.

We use uv as a package manager to provision all CI tools:
- pyright to typecheck
- ruff to lint and format

experimental/python contains a Makefile with target similar to
repository root:
- make fmt
- make lint
- make build

## Tests
Using CI
<!-- How have you tested the changes? -->

---
NO_CHANGELOG=true
2025-03-11 10:29:36 +00:00