Package org.apache.airflow.sdk
Class Bundle
-
- All Implemented Interfaces:
public final class BundleAn immutable snapshot of all Dags that this JVM process can execute.
Build a Bundle by implementing BundleBuilder, then pass it to Server.serve to start accepting task-execution requests.