This is an automated email from the ASF dual-hosted git repository. jscheffl 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 c305ec7bf6 Update screenshot for extra link description as old Grid view is gone (#38435) c305ec7bf6 is described below commit c305ec7bf67c44ac235e49587a63db30e230ab60 Author: Jens Scheffler <95105677+jsche...@users.noreply.github.com> AuthorDate: Sun Mar 24 13:05:00 2024 +0100 Update screenshot for extra link description as old Grid view is gone (#38435) --- docs/apache-airflow/howto/define-extra-link.rst | 3 +++ docs/apache-airflow/img/operator_extra_link.png | Bin 90359 -> 75061 bytes 2 files changed, 3 insertions(+) diff --git a/docs/apache-airflow/howto/define-extra-link.rst b/docs/apache-airflow/howto/define-extra-link.rst index c934d52fa4..a92690dd80 100644 --- a/docs/apache-airflow/howto/define-extra-link.rst +++ b/docs/apache-airflow/howto/define-extra-link.rst @@ -21,6 +21,9 @@ Define an operator extra link ============================= +If you want to add further links to operators you can define them via a plugin or provider package. +Extra links will be displayed in task details page in Grid view. + .. image:: ../img/operator_extra_link.png The following code shows how to add extra links to an operator via Plugins: diff --git a/docs/apache-airflow/img/operator_extra_link.png b/docs/apache-airflow/img/operator_extra_link.png index 3575fd7e46..e28dfb241b 100644 Binary files a/docs/apache-airflow/img/operator_extra_link.png and b/docs/apache-airflow/img/operator_extra_link.png differ