You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2022/12/23 23:01:41 UTC

[airflow] branch main updated: Change titles in Azure Operators documentation (#28559)

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

taragolis 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 81323e389e Change titles in Azure Operators documentation (#28559)
81323e389e is described below

commit 81323e389e1540d25321cddcc9645502b0c34e5a
Author: Frank Cash <fc...@astronomer.io>
AuthorDate: Fri Dec 23 18:01:34 2022 -0500

    Change titles in Azure Operators documentation (#28559)
    
    Due to titles of documentation pages there is some slight confusion in the microsoft azure docs operators page.
    
    By changing the titles of the documentation pages to more accurately reflect what is going on it should ease the confusion.
---
 .../operators/azure_blob_to_gcs.rst                                   | 4 ++--
 .../operators/sftp_to_wasb.rst                                        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/apache-airflow-providers-microsoft-azure/operators/azure_blob_to_gcs.rst b/docs/apache-airflow-providers-microsoft-azure/operators/azure_blob_to_gcs.rst
index 1c1e084f51..b4c4863ac5 100644
--- a/docs/apache-airflow-providers-microsoft-azure/operators/azure_blob_to_gcs.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/operators/azure_blob_to_gcs.rst
@@ -16,8 +16,8 @@
     specific language governing permissions and limitations
     under the License.
 
-Azure Blob Storage Transfer Operator
-====================================
+Azure Blob Storage to Google Cloud Storage (GCS) Transfer Operator
+==================================================================
 The Blob service stores text and binary data as objects in the cloud.
 The Blob service offers the following three resources: the storage account, containers, and blobs.
 Within your storage account, containers provide a way to organize sets of blobs.
diff --git a/docs/apache-airflow-providers-microsoft-azure/operators/sftp_to_wasb.rst b/docs/apache-airflow-providers-microsoft-azure/operators/sftp_to_wasb.rst
index a16e3fb12a..a79500de6a 100644
--- a/docs/apache-airflow-providers-microsoft-azure/operators/sftp_to_wasb.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/operators/sftp_to_wasb.rst
@@ -18,8 +18,8 @@
 
 
 
-Azure Blob Storage Transfer Operator
-====================================
+SFTP to Azure Blob Storage Transfer Operator
+============================================
 The Blob service stores text and binary data as objects in the cloud.
 The Blob service offers the following three resources: the storage account, containers, and blobs.
 Within your storage account, containers provide a way to organize sets of blobs.