This is an automated email from the ASF dual-hosted git repository.

rom 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 ecb414168b Fix incorrect operator name in FileTransferOperator example 
(#42543)
ecb414168b is described below

commit ecb414168b33ccc2753a57536abbcd3c349f5b9f
Author: dan-js <[email protected]>
AuthorDate: Fri Sep 27 13:56:48 2024 +0100

    Fix incorrect operator name in FileTransferOperator example (#42543)
---
 docs/apache-airflow-providers-common-io/operators.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-common-io/operators.rst 
b/docs/apache-airflow-providers-common-io/operators.rst
index 7170c18980..12b4a1c207 100644
--- a/docs/apache-airflow-providers-common-io/operators.rst
+++ b/docs/apache-airflow-providers-common-io/operators.rst
@@ -38,7 +38,7 @@ location to another. Parameters of the operator are:
 If the ``src`` and the ``dst`` are both on the same object storage, copy will 
be performed in the object storage.
 Otherwise the data will be streamed from the source to the destination.
 
-The example below shows how to instantiate the SQLExecuteQueryOperator task.
+The example below shows how to instantiate the FileTransferOperator task.
 
 .. exampleinclude:: 
/../../tests/system/providers/common/io/example_file_transfer_local_to_s3.py
     :language: python

Reply via email to