Apache Airflow · Example Payload

Openapi.Yaml Dag Example

Example description for Apache Airflow resource.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Openapi.Yaml Dag Example is an example object payload from Apache Airflow, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dag_iddefault_viewdescriptionfile_tokenfilelochas_import_errorshas_task_concurrency_limitsis_activeis_pausedis_subdag

Example Payload

Raw ↑
{
  "dag_id": "example_dag",
  "default_view": "example-value",
  "description": "Example description for Apache Airflow resource.",
  "file_token": "example-value",
  "fileloc": "example-value",
  "has_import_errors": true,
  "has_task_concurrency_limits": true,
  "is_active": true,
  "is_paused": true,
  "is_subdag": true
}