turbaszek commented on a change in pull request #10814:
URL: https://github.com/apache/airflow/pull/10814#discussion_r495594013



##########
File path: airflow/providers/microsoft/azure/hooks/azure_data_lake.py
##########
@@ -77,7 +77,14 @@ def check_for_file(self, file_path):
             return False
 
     def upload_file(
-        self, local_path, remote_path, nthreads=64, overwrite=True, 
buffersize=4194304, blocksize=4194304
+        self,
+        local_path,
+        remote_path,
+        nthreads=64,
+        overwrite=True,
+        buffersize=4194304,
+        blocksize=4194304,
+        **kwargs,

Review comment:
       Can we add type annotations, please? 🙏 




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