DAG | Schedule | Owner | Recent Tasks
|
Last Run | DAG Runs
|
Links | ||
---|---|---|---|---|---|---|---|---|
{% if dag_id in orm_dags %} {% endif %} | {% if dag_id in webserver_dags %} {{ dag_id }} {% else %} {{ dag_id }} {% endif %} {% if dag_id not in orm_dags %} {% endif %} | {% if dag_id in webserver_dags %} {{ dag.schedule_interval }} {% endif %} | {{ dag.owner if dag else orm_dags[dag_id].owners }} | {% if dag %} {% set last_run = dag.get_last_dagrun(include_externally_triggered=True) %} {% if last_run and last_run.execution_date %} {{ last_run.execution_date.strftime("%Y-%m-%d %H:%M") }} {% endif %} {% endif %} | {% if dag %} {% endif %} |
Showing {{num_dag_from}} to {{num_dag_to}} of {{num_of_all_dags}} entries
{{paging}}