@itentialopensource/adapter-apache_airflow
Version:
This adapter integrates with system described as: Apache Airflow
28 lines • 431 B
JSON
{
"dag_id": "string",
"root_dag_id": "string",
"is_paused": false,
"is_active": false,
"is_subdag": true,
"fileloc": "string",
"file_token": "string",
"owners": [
"string",
"string",
"string",
"string",
"string",
"string",
"string",
"string",
"string",
"string"
],
"description": "string",
"schedule_interval": null,
"tags": [
{
"name": "string"
}
]
}