reparse_dag_file
Triggers re-parsing of a DAG file in Apache Airflow using a file token to update workflow definitions and apply configuration changes.
Instructions
Request re-parsing of a DAG file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_token | Yes |
Input Schema (JSON Schema)
{
"properties": {
"file_token": {
"title": "File Token",
"type": "string"
}
},
"required": [
"file_token"
],
"type": "object"
}