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 3941fc471b1 udpated 404 hyperlink to gcstogcsoperator (#45311)
3941fc471b1 is described below
commit 3941fc471b187b864b9a3cdba8ac4c616c31e01c
Author: Rahul Madan <[email protected]>
AuthorDate: Tue Dec 31 18:03:30 2024 +0530
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 6b291dc17aa..8b5f9e29156 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
<https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/transfers/gcs_to_gcs.py>`_.
+Here's example of properly implemented ``get_openlineage_facets_on_complete``
method, for `GcsToGcsOperator
<https://github.com/apache/airflow/blob/main/providers/src/airflow/providers/google/cloud/transfers/gcs_to_gcs.py>`_.
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