A
B
C
D
E
F
G
I
O
P
S
T
B
- build() - function in org.apache.airflow.sdk.BundleBuilder
- Constructs a Bundle from the Dags returned by getDags.
- Builder - class in org.apache.airflow.sdk
- Container for the annotation-based Dag-authoring API.
- Builder.Dag - class in org.apache.airflow.sdk.Builder
- Annotation to automate a Dag-builder pattern.
- Builder.Task - class in org.apache.airflow.sdk.Builder
- Annotation to automate task definition in a Dag-builder pattern.
- Builder.XCom - class in org.apache.airflow.sdk.Builder
- Annotation to mark a task definition's method parameter as an XCom input.
- Bundle - class in org.apache.airflow.sdk
- An immutable snapshot of all Dags that this JVM process can execute.
- BundleBuilder - class in org.apache.airflow.sdk
- Entry point for declaring the Dags that this bundle contains.