| Dependency | Reason |
|---|---|
| Task Instance State | Task is in the 'failed' state which is not a valid state for execution. The task must be cleared in order to be run. |
| Dagrun Running | Task instance's dagrun was not in the 'running' state but in the state 'failed'. |
1 2 3 4 5 6 7 8 9 | def getWorkflowData(token , sheetId):
response = requests.get(
url=f"{dRoW_api_end_url}/api/module/document-export/airflow/workflow/68e2a62c0ad70edbe7ac8f4b?export_type=0",
headers={
"x-access-token": f"Bearer {token}",
}
)
records = json.loads(response.text)
print(f"records: {records}")
|
| Attribute | Value |
|---|---|
| dag_id | ssh505-scc |
| duration | 0.348505 |
| end_date | 2026-03-24 18:01:46.161381+00:00 |
| execution_date | 2026-03-24T07:00:00+00:00 |
| executor_config | {} |
| generate_command | <function TaskInstance.generate_command at 0x7f0eea2e4320> |
| hostname | 7cdf3beeecfc |
| is_premature | False |
| job_id | 516 |
| key | ('ssh505-scc', 'getWorkflowData', <Pendulum [2026-03-24T07:00:00+00:00]>, 3) |
| log | <Logger airflow.task (INFO)> |
| log_filepath | /usr/local/airflow/logs/ssh505-scc/getWorkflowData/2026-03-24T07:00:00+00:00.log |
| log_url | http://localhost:8080/admin/airflow/log?execution_date=2026-03-24T07%3A00%3A00%2B00%3A00&task_id=getWorkflowData&dag_id=ssh505-scc |
| logger | <Logger airflow.task (INFO)> |
| mark_success_url | http://localhost:8080/success?task_id=getWorkflowData&dag_id=ssh505-scc&execution_date=2026-03-24T07%3A00%3A00%2B00%3A00&upstream=false&downstream=false |
| max_tries | 1 |
| metadata | MetaData(bind=None) |
| next_try_number | 3 |
| operator | PythonOperator |
| pid | 344288 |
| pool | default_pool |
| prev_attempted_tries | 2 |
| previous_execution_date_success | None |
| previous_start_date_success | None |
| previous_ti | None |
| previous_ti_success | None |
| priority_weight | 1 |
| queue | default |
| queued_dttm | 2026-03-24 18:01:42.047373+00:00 |
| raw | False |
| run_as_user | None |
| start_date | 2026-03-24 18:01:45.812876+00:00 |
| state | failed |
| task | <Task(PythonOperator): getWorkflowData> |
| task_id | getWorkflowData |
| test_mode | False |
| try_number | 3 |
| unixname | airflow |
| Attribute | Value |
|---|---|
| dag | <DAG: ssh505-scc> |
| dag_id | ssh505-scc |
| depends_on_past | False |
| deps | {<TIDep(Not In Retry Period)>, <TIDep(Previous Dagrun State)>, <TIDep(Trigger Rule)>} |
| do_xcom_push | True |
| downstream_list | [] |
| downstream_task_ids | set() |
| None | |
| email_on_failure | True |
| email_on_retry | True |
| end_date | None |
| execution_timeout | None |
| executor_config | {} |
| extra_links | [] |
| global_operator_extra_link_dict | {} |
| inlets | [] |
| lineage_data | None |
| log | <Logger airflow.task.operators (INFO)> |
| logger | <Logger airflow.task.operators (INFO)> |
| max_retry_delay | None |
| on_failure_callback | None |
| on_retry_callback | None |
| on_success_callback | None |
| op_args | [] |
| op_kwargs | {'name': 'Dylan'} |
| operator_extra_link_dict | {} |
| operator_extra_links | () |
| outlets | [] |
| owner | airflow |
| params | {} |
| pool | default_pool |
| priority_weight | 1 |
| priority_weight_total | 1 |
| provide_context | True |
| queue | default |
| resources | None |
| retries | 1 |
| retry_delay | 0:05:00 |
| retry_exponential_backoff | False |
| run_as_user | None |
| schedule_interval | 0 7,15 * * * |
| shallow_copy_attrs | ('python_callable', 'op_kwargs') |
| sla | None |
| start_date | 2023-01-17T00:00:00+00:00 |
| subdag | None |
| task_concurrency | None |
| task_id | getWorkflowData |
| task_type | PythonOperator |
| template_ext | [] |
| template_fields | ('templates_dict', 'op_args', 'op_kwargs') |
| templates_dict | None |
| trigger_rule | all_success |
| ui_color | #ffefeb |
| ui_fgcolor | #000 |
| upstream_list | [<Task(PythonOperator): getDrowToken>] |
| upstream_task_ids | {'getDrowToken'} |
| wait_for_downstream | False |
| weight_rule | downstream |