Dependency | Reason |
---|---|
Execution Date | The execution date is 2025-03-03T05:36:20.817354 but this is before the task's start date 2025-04-29T00:00:00. |
Dag Not Paused | Task's DAG 'tutorial' is paused. |
You can document your task using the attributes doc_md
(markdown),
doc
(plain text), doc_rst
, doc_json
, doc_yaml
which gets
rendered in the UI's Task Instance Details page.
1 | date
|
Attribute | Value |
---|---|
dag_id | tutorial |
duration | None |
end_date | None |
execution_date | 2025-03-03 05:36:20.817354 |
generate_command | <function generate_command at 0x7f684541b320> |
hostname | |
is_premature | False |
job_id | None |
key | ('tutorial', 'print_date', datetime.datetime(2025, 3, 3, 5, 36, 20, 817354)) |
log_filepath | /var/log/airflow/tutorial/print_date/2025-03-03T05:36:20.817354.log |
log_url | http://localhost:8080/admin/airflow/log?dag_id=tutorial&task_id=print_date&execution_date=2025-03-03T05:36:20.817354 |
mark_success_url | http://localhost:8080/admin/airflow/action?action=success&task_id=print_date&dag_id=tutorial&execution_date=2025-03-03T05:36:20.817354&upstream=false&downstream=false |
metadata | MetaData(bind=None) |
operator | None |
pid | None |
pool | None |
previous_ti | None |
priority_weight | 3 |
queue | default |
queued_dttm | None |
run_as_user | None |
start_date | None |
state | None |
task | <Task(BashOperator): print_date> |
task_id | print_date |
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 | [<Task(BashOperator): sleep>, <Task(BashOperator): templated>] |
downstream_task_ids | ['sleep', 'templated'] |
['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 | {} |
pool | None |
priority_weight | 1 |
priority_weight_total | 3 |
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-04-29 00:00:00 |
task_id | print_date |
task_type | BashOperator |
template_ext | ('.sh', '.bash') |
template_fields | ('bash_command', 'env') |
trigger_rule | all_success |
ui_color | #f0ede4 |
ui_fgcolor | #000 |
upstream_list | [] |
upstream_task_ids | [] |
wait_for_downstream | False |
xcom_push_flag | False |