Apache Airflow · Schema

ReprocessBehavior

Internal enum for setting reprocess behavior in a backfill. :meta private:

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering
View JSON Schema on GitHub

JSON Schema

airflow-reprocess-behavior-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-schema/airflow-reprocess-behavior-schema.json",
  "title": "ReprocessBehavior",
  "description": "Internal enum for setting reprocess behavior in a backfill.\n\n:meta private:",
  "type": "string",
  "enum": [
    "failed",
    "completed",
    "none"
  ]
}