| Dependency | Reason |
|---|---|
| Execution Date | The execution date is 2025-08-03T00:34:13.920198 but this is before the task's start date 2025-12-13T00:00:00. |
| Dag Not Paused | Task's DAG 'tutorial' is paused. |
| Trigger Rule | Task's trigger rule 'all_success' requires all upstream tasks to have succeeded, but found 1 non-success(es). upstream_tasks_state={'successes': 0L, 'failed': 0L, 'upstream_failed': 0L, 'skipped': 0L, 'done': 0L}, upstream_task_ids=['print_date'] |
1 2 3 4 5 | {% for i in range(5) %}
echo "{{ ds }}"
echo "{{ macros.ds_add(ds, 7)}}"
echo "{{ params.my_param }}"
{% endfor %}
|
| Attribute | Value |
|---|---|
| dag_id | tutorial |
| duration | None |
| end_date | None |
| execution_date | 2025-08-03 00:34:13.920198 |
| generate_command | <function generate_command at 0x7faddc7a0320> |
| hostname | |
| is_premature | False |
| job_id | None |
| key | ('tutorial', 'templated', datetime.datetime(2025, 8, 3, 0, 34, 13, 920198)) |
| log_filepath | /var/log/airflow/tutorial/templated/2025-08-03T00:34:13.920198.log |
| log_url | http://localhost:8080/admin/airflow/log?dag_id=tutorial&task_id=templated&execution_date=2025-08-03T00:34:13.920198 |
| mark_success_url | http://localhost:8080/admin/airflow/action?action=success&task_id=templated&dag_id=tutorial&execution_date=2025-08-03T00:34:13.920198&upstream=false&downstream=false |
| metadata | MetaData(bind=None) |
| operator | None |
| pid | None |
| pool | None |
| previous_ti | None |
| priority_weight | 1 |
| queue | default |
| queued_dttm | None |
| run_as_user | None |
| start_date | None |
| state | None |
| task | <Task(BashOperator): templated> |
| task_id | templated |
| test_mode | False |
| try_number | 0 |
| unixname | airflow |
| Attribute | Value |
|---|---|
| adhoc | False |
| dag | <DAG: tutorial> |
| dag_id | tutorial |
| depends_on_past | False |
| deps | set([<TIDep(Trigger Rule)>, <TIDep(Not In Retry Period)>, <TIDep(Previous Dagrun State)>]) |
| downstream_list | [] |
| downstream_task_ids | [] |
| ['airflow@airflow.com'] | |
| email_on_failure | False |
| email_on_retry | False |
| end_date | None |
| env | None |
| execution_timeout | None |
| max_retry_delay | None |
| on_failure_callback | None |
| on_retry_callback | None |
| on_success_callback | None |
| output_encoding | utf-8 |
| owner | airflow |
| params | {'my_param': 'Parameter I passed in'} |
| pool | None |
| priority_weight | 1 |
| priority_weight_total | 1 |
| queue | default |
| resources | {'disk': {'_qty': 512, '_units_str': 'MB', '_name': 'Disk'}, 'gpus': {'_qty': 0, '_units_str': 'gpu(s)', '_name': 'GPU'}, 'ram': {'_qty': 512, '_units_str': 'MB', '_name': 'RAM'}, 'cpus': {'_qty': 1, '_units_str': 'core(s)', '_name': 'CPU'}} |
| retries | 1 |
| retry_delay | 0:05:00 |
| retry_exponential_backoff | False |
| run_as_user | None |
| schedule_interval | 1 day, 0:00:00 |
| sla | None |
| start_date | 2025-12-13 00:00:00 |
| task_id | templated |
| task_type | BashOperator |
| template_ext | ('.sh', '.bash') |
| template_fields | ('bash_command', 'env') |
| trigger_rule | all_success |
| ui_color | #f0ede4 |
| ui_fgcolor | #000 |
| upstream_list | [<Task(BashOperator): print_date>] |
| upstream_task_ids | ['print_date'] |
| wait_for_downstream | False |
| xcom_push_flag | False |