DAG: example_bash_operator

schedule: 0 0 * * *


Task Instance: runme_2


Task Instance Details

Dependencies Blocking Task From Getting Scheduled
Dependency Reason
Execution Date The execution date is 2024-05-26T03:55:21.896498 but this is before the task's start date 2025-05-03T00:00:00.
Dag Not Paused Task's DAG 'example_bash_operator' is paused.
Attribute: bash_command
1
echo "{{ task_instance_key_str }}" && sleep 1
Task Instance Attributes
Attribute Value
dag_id example_bash_operator
duration None
end_date None
execution_date 2024-05-26 03:55:21.896498
generate_command <function generate_command at 0x7f684541b320>
hostname
is_premature False
job_id None
key ('example_bash_operator', 'runme_2', datetime.datetime(2024, 5, 26, 3, 55, 21, 896498))
log_filepath /var/log/airflow/example_bash_operator/runme_2/2024-05-26T03:55:21.896498.log
log_url http://localhost:8080/admin/airflow/log?dag_id=example_bash_operator&task_id=runme_2&execution_date=2024-05-26T03:55:21.896498
mark_success_url http://localhost:8080/admin/airflow/action?action=success&task_id=runme_2&dag_id=example_bash_operator&execution_date=2024-05-26T03:55:21.896498&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): runme_2>
task_id runme_2
test_mode False
try_number 0
unixname airflow
Task Attributes
Attribute Value
adhoc False
dag <DAG: example_bash_operator>
dag_id example_bash_operator
depends_on_past False
deps set([<TIDep(Trigger Rule)>, <TIDep(Not In Retry Period)>, <TIDep(Previous Dagrun State)>])
downstream_list [<Task(BashOperator): run_after_loop>]
downstream_task_ids ['run_after_loop']
email None
email_on_failure True
email_on_retry True
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 0
retry_delay 0:05:00
retry_exponential_backoff False
run_as_user None
schedule_interval 0 0 * * *
sla None
start_date 2025-05-03 00:00:00
task_id runme_2
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