You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jo...@apache.org on 2022/04/18 16:23:25 UTC

[airflow] branch wasb-conn-doc created (now 8ec135dc73)

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

joshfell pushed a change to branch wasb-conn-doc
in repository https://gitbox.apache.org/repos/asf/airflow.git


      at 8ec135dc73 Update default conn ID in WASB connection doc

This branch includes the following new commits:

     new 8ec135dc73 Update default conn ID in WASB connection doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow] 01/01: Update default conn ID in WASB connection doc

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joshfell pushed a commit to branch wasb-conn-doc
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 8ec135dc73a2dd45b80b430c14c482c3eaac67d4
Author: Josh Fell <48...@users.noreply.github.com>
AuthorDate: Mon Apr 18 12:23:09 2022 -0400

    Update default conn ID in WASB connection doc
---
 docs/apache-airflow-providers-microsoft-azure/connections/wasb.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-microsoft-azure/connections/wasb.rst b/docs/apache-airflow-providers-microsoft-azure/connections/wasb.rst
index 9fe1e72797..9dff97a009 100644
--- a/docs/apache-airflow-providers-microsoft-azure/connections/wasb.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/connections/wasb.rst
@@ -48,7 +48,7 @@ configure multiple connections.
 Default Connection IDs
 ----------------------
 
-All hooks and operators related to Microsoft Azure Blob Storage use ``azure_container_volume_default`` by default.
+All hooks and operators related to Microsoft Azure Blob Storage use ``wasb_default`` by default.
 
 Configuring the Connection
 --------------------------