DAG: dags_update

schedule: 0:02:00


Task Instance: git_update


Task Instance Details

Dependencies Blocking Task From Getting Scheduled
Dependency Reason
Dag Not Paused Task's DAG 'dags_update' is paused.
Dagrun Running Task instance's dagrun was not in the 'running' state but in the state 'success'.
Task Instance State Task is in the 'success' state which is not a valid state for execution. The task must be cleared in order to be run.
Attribute: bash_command
1
cd {{var.value.dag_directory}} && if [ -d "dags" ]; then   cd dags && git remote set-url origin https://mobinalhassan:hjk%2567leyd%2891uygfx@gitlab.com/aintelproject/dags.git &&   git fetch --all && git reset --hard origin/master && git pull; else   git clone https://mobinalhassan:hjk%2567leyd%2891uygfx@gitlab.com/aintelproject/dags.git &&   cd dags && git fetch --all && git reset --hard origin/master && git pull; fi
Task Instance Attributes
Attribute Value
dag_id dags_update
duration 3.759957
end_date 2025-12-10 10:10:32.157394+00:00
execution_date 2025-12-10T10:08:15.719864+00:00
executor_config {}
generate_command <function TaskInstance.generate_command at 0x7d42e58b2280>
hostname 3595a81cfdf4
is_premature False
job_id 21
key ('dags_update', 'git_update', <Pendulum [2025-12-10T10:08:15.719864+00:00]>, 2)
log <Logger airflow.task (INFO)>
log_filepath /usr/local/airflow/logs/dags_update/git_update/2025-12-10T10:08:15.719864+00:00.log
log_url http://localhost:8080/admin/airflow/log?execution_date=2025-12-10T10%3A08%3A15.719864%2B00%3A00&task_id=git_update&dag_id=dags_update
logger <Logger airflow.task (INFO)>
mark_success_url http://localhost:8080/success?task_id=git_update&dag_id=dags_update&execution_date=2025-12-10T10%3A08%3A15.719864%2B00%3A00&upstream=false&downstream=false
max_tries 0
metadata MetaData(bind=None)
next_try_number 2
operator BashOperator
pid 468
pool default_pool
prev_attempted_tries 1
previous_execution_date_success 2025-12-10 10:06:15.719864+00:00
previous_start_date_success 2025-12-10 10:08:28.213584+00:00
previous_ti <TaskInstance: dags_update.git_update 2025-12-10 10:06:15.719864+00:00 [success]>
previous_ti_success <TaskInstance: dags_update.git_update 2025-12-10 10:06:15.719864+00:00 [success]>
priority_weight 1
queue default
queued_dttm 2025-12-10 10:10:27.194998+00:00
raw False
run_as_user None
start_date 2025-12-10 10:10:28.397437+00:00
state success
task <Task(BashOperator): git_update>
task_id git_update
test_mode False
try_number 2
unixname root
Task Attributes
Attribute Value
dag <DAG: dags_update>
dag_id dags_update
depends_on_past False
deps {<TIDep(Trigger Rule)>, <TIDep(Not In Retry Period)>, <TIDep(Previous Dagrun State)>}
do_xcom_push True
downstream_list []
downstream_task_ids set()
email ['mobinalhassan1@gmail.com']
email_on_failure False
email_on_retry False
end_date None
env 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
operator_extra_link_dict {}
operator_extra_links ()
outlets []
output_encoding utf-8
owner datascope_jobs
params {}
pool default_pool
priority_weight 1
priority_weight_total 1
queue default
resources None
retries 0
retry_delay 0:01:00
retry_exponential_backoff False
run_as_user None
schedule_interval 0:02:00
shallow_copy_attrs ()
sla None
start_date 2025-12-09 00:00:00+00:00
sub_process None
subdag None
task_concurrency None
task_id git_update
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(LatestOnlyOperator): my_latest_only>]
upstream_task_ids {'my_latest_only'}
wait_for_downstream False
weight_rule downstream
xcom_push_flag False