turbaszek commented on a change in pull request #10814:
URL: https://github.com/apache/airflow/pull/10814#discussion_r495594041
##########
File path: airflow/providers/microsoft/azure/hooks/azure_data_lake.py
##########
@@ -113,10 +120,18 @@ def upload_file(
overwrite=overwrite,
buffersize=buffersize,
blocksize=blocksize,
+ **kwargs,
)
def download_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:
Same here, otherwise those changes are not related
----------------------------------------------------------------
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]