mik-laj commented on a change in pull request #12188:
URL: https://github.com/apache/airflow/pull/12188#discussion_r528199906



##########
File path: airflow/providers/microsoft/azure/hooks/wasb.py
##########
@@ -115,12 +166,11 @@ def load_file(self, file_path: str, container_name: str, 
blob_name: str, **kwarg
         :type container_name: str
         :param blob_name: Name of the blob.
         :type blob_name: str
-        :param kwargs: Optional keyword arguments that
-            `BlockBlobService.create_blob_from_path()` takes.
+        :param kwargs: Optional keyword arguments that 
`BlobClient.upload_blob()` takes.

Review comment:
       ```suggestion
           :param kwargs: Optional keyword arguments that 
``BlobClient.upload_blob()`` takes.
   ```

##########
File path: airflow/providers/microsoft/azure/hooks/wasb.py
##########
@@ -132,12 +182,11 @@ def load_string(self, string_data: str, container_name: 
str, blob_name: str, **k
         :type container_name: str
         :param blob_name: Name of the blob.
         :type blob_name: str
-        :param kwargs: Optional keyword arguments that
-            `BlockBlobService.create_blob_from_text()` takes.
+        :param kwargs: Optional keyword arguments that `BlobClient.upload()` 
takes.

Review comment:
       ```suggestion
           :param kwargs: Optional keyword arguments that 
``BlobClient.upload()`` takes.
   ```




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


Reply via email to