This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 315360691c Removed/Updated Outdated UI screenshots from documentation
(#38403)
315360691c is described below
commit 315360691ccf53a168fcc9c70e289642034890d0
Author: Mayank Soni <[email protected]>
AuthorDate: Fri Mar 22 18:07:29 2024 +0530
Removed/Updated Outdated UI screenshots from documentation (#38403)
* updated screenshots
* matched title line
---------
Co-authored-by: mayank_soni <[email protected]>
---
docs/apache-airflow/img/cluster_activity.png | Bin 0 -> 116167 bytes
docs/apache-airflow/img/dags.png | Bin 211122 -> 614240 bytes
docs/apache-airflow/img/datasets.png | Bin 341201 -> 406053 bytes
docs/apache-airflow/ui.rst | 22 ++++++++++++++++++----
4 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/docs/apache-airflow/img/cluster_activity.png
b/docs/apache-airflow/img/cluster_activity.png
new file mode 100644
index 0000000000..7263d07d85
Binary files /dev/null and b/docs/apache-airflow/img/cluster_activity.png differ
diff --git a/docs/apache-airflow/img/dags.png b/docs/apache-airflow/img/dags.png
index df68699ec3..0f455130af 100644
Binary files a/docs/apache-airflow/img/dags.png and
b/docs/apache-airflow/img/dags.png differ
diff --git a/docs/apache-airflow/img/datasets.png
b/docs/apache-airflow/img/datasets.png
index 2b4cbf5246..eb3081d87d 100644
Binary files a/docs/apache-airflow/img/datasets.png and
b/docs/apache-airflow/img/datasets.png differ
diff --git a/docs/apache-airflow/ui.rst b/docs/apache-airflow/ui.rst
index dfe9b512c1..007cdf8e79 100644
--- a/docs/apache-airflow/ui.rst
+++ b/docs/apache-airflow/ui.rst
@@ -31,7 +31,7 @@ List of the DAGs in your environment, and a set of shortcuts
to useful pages.
You can see exactly how many tasks succeeded, failed, or are currently
running at a glance. To hide completed tasks set
``show_recent_stats_for_completed_runs = False``
-In order to filter DAGs (e.g by team), you can add tags in each DAG.
+In order to filter DAGs (e.g. by team), you can add tags in each DAG.
The filter is saved in a cookie and can be reset by the reset button.
For example:
@@ -47,6 +47,20 @@ For example:
------------
+.. _ui:cluster-activity-view:
+
+Cluster Activity View
+.....................
+
+Native Airflow dashboard page into the UI to collect several useful metrics
for monitoring your Airflow cluster.
+
+------------
+
+.. image:: img/cluster_activity.png
+
+------------
+
+
.. _ui:datasets-view:
Datasets View
@@ -118,7 +132,7 @@ dependencies and their current status for a specific run.
Calendar View
.............
-The calendar view gives you an overview of your entire DAG's history over
months, or even years.
+The calendar view gives you an overview of your entire DAG's history over
months or even years.
Letting you quickly see trends of the overall success/failure rate of runs
over time.
------------
@@ -131,7 +145,7 @@ Variable View
.............
The variable view allows you to list, create, edit or delete the key-value pair
-of a variable used during jobs. Value of a variable will be hidden if the key
contains
+of a variable used during jobs. The value of a variable will be hidden if the
key contains
any words in ('password', 'secret', 'passwd', 'authorization', 'api_key',
'apikey', 'access_token')
by default, but can be configured to show in cleartext. See
:ref:`security:mask-sensitive-values`.
@@ -176,7 +190,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 task instance
completion time.
------------