Apache Airflow · Schema

WeightRule

Weight rule.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow
View JSON Schema on GitHub

JSON Schema

openapi.yaml-weight-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-weight-rule-schema.json",
  "title": "WeightRule",
  "description": "Weight rule.",
  "type": "string",
  "enum": [
    "downstream",
    "upstream",
    "absolute"
  ]
}