| 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 'skipped' state which is not a valid state for execution. The task must be cleared in order to be run. |
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 |
| Attribute | Value |
|---|---|
| dag_id | dags_update |
| duration | None |
| end_date | 2025-12-10 10:02:19.857791+00:00 |
| execution_date | 2025-12-10T09:58:15.719864+00:00 |
| executor_config | {} |
| generate_command | <function TaskInstance.generate_command at 0x7d42e58b2280> |
| hostname | |
| is_premature | False |
| job_id | None |
| key | ('dags_update', 'git_update', <Pendulum [2025-12-10T09:58:15.719864+00:00]>, 1) |
| log | <Logger airflow.task (INFO)> |
| log_filepath | /usr/local/airflow/logs/dags_update/git_update/2025-12-10T09:58:15.719864+00:00.log |
| log_url | http://localhost:8080/admin/airflow/log?execution_date=2025-12-10T09%3A58%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-10T09%3A58%3A15.719864%2B00%3A00&upstream=false&downstream=false |
| max_tries | 0 |
| metadata | MetaData(bind=None) |
| next_try_number | 1 |
| operator | None |
| pid | None |
| pool | default_pool |
| prev_attempted_tries | 0 |
| previous_execution_date_success | None |
| previous_start_date_success | None |
| previous_ti | None |
| previous_ti_success | None |
| priority_weight | 1 |
| queue | default |
| queued_dttm | None |
| raw | False |
| run_as_user | None |
| start_date | 2025-12-10 10:02:19.857791+00:00 |
| state | skipped |
| task | <Task(BashOperator): git_update> |
| task_id | git_update |
| test_mode | False |
| try_number | 1 |
| unixname | root |
| 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() |
| ['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 |