get_task_instance_logs
Retrieve task instance logs from Apache Airflow by specifying the DAG, run, and task identifiers, with optional try number.
Instructions
[Tool Role]: Retrieves logs for a specific task instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| task_id | Yes | ||
| dag_run_id | Yes | ||
| try_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||