Internals¶
Implementation details for contributors and advanced users. These modules are not part of the public API and may change without notice.
| Module | Description |
|---|---|
| Registry | Global registries (_TASK_REGISTRY, _JOB_REGISTRY, _CLUSTER_REGISTRY), metadata dataclasses |
| Codegen | Converts registries into databricks.bundles.jobs resources at deploy time |
| Runtime | dbxdec-run entry point — task dispatch, IoManager wiring, parameter injection |
| Discovery | Entry-point-based pipeline discovery |
| SDK Types | JobConfig, TaskConfig, ClusterConfig TypedDicts for **kwargs pass-through |