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:27:01 UTC

[airflow] branch wasb-conn-doc updated (8ec135dc73 -> ad418f6ddf)

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


 discard 8ec135dc73 Update default conn ID in WASB connection doc
     new ad418f6ddf Correct default conn ID in WASB connection doc

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8ec135dc73)
            \
             N -- N -- N   refs/heads/wasb-conn-doc (ad418f6ddf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


[airflow] 01/01: Correct 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 ad418f6ddf315e3620611448b1b1a15e9a55d9c2
Author: Josh Fell <48...@users.noreply.github.com>
AuthorDate: Mon Apr 18 12:23:09 2022 -0400

    Correct 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
 --------------------------