Examples¶
Concise examples of the patterns supported by databricks-bundle-decorators.
| Example | Pattern |
|---|---|
| Basic ETL | @task, @job, job_cluster(), SparkDeltaIoManager, params |
| For-Each | @for_each_task with dynamic and static inputs |
| Docker Deployment | docker_image cluster, libraries=[] |
| Mixed Bundle | Decorator jobs alongside YAML-defined jobs |
| Bundle Configuration | databricks.yaml and resources/__init__.py |