get_dag_source
Retrieve DAG source code from Apache Airflow using a file token to access and review workflow definitions for management and troubleshooting.
Instructions
Get a source code
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"
}