From 3941fc471b187b864b9a3cdba8ac4c616c31e01c Mon Sep 17 00:00:00 2001 From: Rahul Madan <34760210+rahul-madaan@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:03:30 +0530 Subject: [PATCH] udpated 404 hyperlink to gcstogcsoperator (#45311) --- docs/apache-airflow-providers-openlineage/guides/developer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow-providers-openlineage/guides/developer.rst b/docs/apache-airflow-providers-openlineage/guides/developer.rst index 6b291dc17aa64..8b5f9e29156cc 100644 --- a/docs/apache-airflow-providers-openlineage/guides/developer.rst +++ b/docs/apache-airflow-providers-openlineage/guides/developer.rst @@ -149,7 +149,7 @@ or just always the same in context of OpenLineage in Airflow, like ``producer``. Example ^^^^^^^ -Here's example of properly implemented ``get_openlineage_facets_on_complete`` method, for `GcsToGcsOperator `_. +Here's example of properly implemented ``get_openlineage_facets_on_complete`` method, for `GcsToGcsOperator `_. As there is some processing made in ``execute`` method, and there is no relevant failure data, implementing this single method is enough. .. code-block:: python