Apache Airflow · Schema

ClearDagRun

ClearDagRun schema from Apache Airflow API

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
dry_run boolean If set, don't actually run this operation. The response will contain a list of task instances planned to be cleaned, but not modified in any way.
View JSON Schema on GitHub

JSON Schema

openapi.yaml-clear-dag-run-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-clear-dag-run-schema.json",
  "title": "ClearDagRun",
  "description": "ClearDagRun schema from Apache Airflow API",
  "type": "object",
  "properties": {
    "dry_run": {
      "default": true,
      "description": "If set, don't actually run this operation. The response will contain a list of task instances\nplanned to be cleaned, but not modified in any way.\n",
      "type": "boolean"
    }
  }
}