ashb commented on a change in pull request #12188:
URL: https://github.com/apache/airflow/pull/12188#discussion_r529420707
##########
File path: airflow/providers/microsoft/azure/hooks/wasb.py
##########
@@ -16,94 +16,147 @@
# specific language governing permissions and limitations
# under the License.
#
-"""
-This module contains integration with Azure Blob Storage.
+"""This module contains integration with Azure Blob Storage."""
-It communicate via the Window Azure Storage Blob protocol. Make sure that a
-Airflow connection of type `wasb` exists. Authorization can be done by
supplying a
-login (=Storage account name) and password (=KEY), or login and SAS token in
the extra
-field (see connection `wasb_default` for an example).
Review comment:
This doc seems useful -- does it exist elsewhere?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]