reparse_dag_file
Triggers re-parsing of a DAG file in Apache Airflow using its file token, ensuring updated configurations are applied without manual intervention.
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"
],
"title": "reparse_dag_fileArguments",
"type": "object"
}