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 <[email protected]> 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 --------------------------
