Apache Airflow · Example Payload

Openapi.Yaml Connection Collection Item Example

Example description for Apache Airflow resource.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Top-level fields

conn_typeconnection_iddescriptionhostloginportschema

Example Payload

Raw ↑
{
  "conn_type": "http",
  "connection_id": "example_dag",
  "description": "Example description for Apache Airflow resource.",
  "host": "example-value",
  "login": "example-value",
  "port": 1,
  "schema": "example-value"
}