Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UI doc screenshots #38680

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/apache-airflow/img/audit_log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apache-airflow/img/code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apache-airflow/img/duration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apache-airflow/img/gantt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apache-airflow/img/graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apache-airflow/img/grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apache-airflow/img/grid_task_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apache-airflow/img/landing_times.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apache-airflow/img/run_types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
23 changes: 20 additions & 3 deletions docs/apache-airflow/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.

------------

Expand Down Expand Up @@ -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

------------