diff --git a/docs/apache-airflow/img/audit_log.png b/docs/apache-airflow/img/audit_log.png new file mode 100644 index 0000000000000..062fbaa533e74 Binary files /dev/null and b/docs/apache-airflow/img/audit_log.png differ diff --git a/docs/apache-airflow/img/code.png b/docs/apache-airflow/img/code.png index 8c7513f4ce524..95096366dc7a1 100644 Binary files a/docs/apache-airflow/img/code.png and b/docs/apache-airflow/img/code.png differ diff --git a/docs/apache-airflow/img/duration.png b/docs/apache-airflow/img/duration.png index 692439cb3135f..3f552b847a00f 100644 Binary files a/docs/apache-airflow/img/duration.png and b/docs/apache-airflow/img/duration.png differ diff --git a/docs/apache-airflow/img/gantt.png b/docs/apache-airflow/img/gantt.png index 85e24891a1223..0a8afceeb21a3 100644 Binary files a/docs/apache-airflow/img/gantt.png and b/docs/apache-airflow/img/gantt.png differ diff --git a/docs/apache-airflow/img/graph.png b/docs/apache-airflow/img/graph.png index 2c909c66c36f2..c571c2d71cbf4 100644 Binary files a/docs/apache-airflow/img/graph.png and b/docs/apache-airflow/img/graph.png differ diff --git a/docs/apache-airflow/img/grid.png b/docs/apache-airflow/img/grid.png index 46be8f8bd9656..a3e0f468afa15 100644 Binary files a/docs/apache-airflow/img/grid.png and b/docs/apache-airflow/img/grid.png differ diff --git a/docs/apache-airflow/img/grid_task_details.png b/docs/apache-airflow/img/grid_task_details.png new file mode 100644 index 0000000000000..62d3f859e7889 Binary files /dev/null and b/docs/apache-airflow/img/grid_task_details.png differ diff --git a/docs/apache-airflow/img/landing_times.png b/docs/apache-airflow/img/landing_times.png index b324ca57e9018..38e38eff9b57d 100644 Binary files a/docs/apache-airflow/img/landing_times.png and b/docs/apache-airflow/img/landing_times.png differ diff --git a/docs/apache-airflow/img/run_types.png b/docs/apache-airflow/img/run_types.png new file mode 100644 index 0000000000000..6025508e8ccf5 Binary files /dev/null and b/docs/apache-airflow/img/run_types.png differ diff --git a/docs/apache-airflow/img/task_manual_vs_scheduled.png b/docs/apache-airflow/img/task_manual_vs_scheduled.png deleted file mode 100644 index ea7462f02f4b1..0000000000000 Binary files a/docs/apache-airflow/img/task_manual_vs_scheduled.png and /dev/null differ diff --git a/docs/apache-airflow/ui.rst b/docs/apache-airflow/ui.rst index 007cdf8e79189..4238cb6ba427c 100644 --- a/docs/apache-airflow/ui.rst +++ b/docs/apache-airflow/ui.rst @@ -100,9 +100,14 @@ Or selecting a Task Instance by clicking on a status box: .. image:: img/grid_instance_details.png -Manual runs are indicated by a play icon (just like the Trigger DAG button): +Or selecting a Task across all runs by click on the task_id: -.. image:: img/task_manual_vs_scheduled.png +.. image:: img/grid_task_details.png + +Manual runs are indicated by a play icon (just like the Trigger DAG button). +Dataset triggered runs are indicated by a database icon: + +.. image:: img/run_types.png Task groups are indicated by a caret and can be opened or closed: @@ -190,7 +195,7 @@ Landing Times ............. The landing time for a task instance is the delta between the dag run's data interval end -(typically this means when the dag "should" run) and the task instance completion time. +(typically this means when the dag "should" run) and the dag run completion time. ------------ @@ -218,3 +223,15 @@ The form display is based on the DAG Parameters as described in :doc:`core-conce ------------ .. image:: img/trigger-dag-tutorial-form.png + +Audit Log +............. + +See all events related to a DAG. Filter events by changing the Task and DAG Run +selection and by including/excluding different event names. + +------------ + +.. image:: img/audit_log.png + +------------