You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/11 20:06:12 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #18168: Rename LocalToAzureDataLakeStorageOperator to LocalFilesystemToADLSOperator

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



##########
File path: airflow/providers/microsoft/azure/transfers/local_to_adls.py
##########
@@ -100,3 +100,20 @@ def execute(self, context: dict) -> None:
             blocksize=self.blocksize,
             **self.extra_upload_options,
         )
+
+
+class LocalToAzureDataLakeStorageOperator(LocalFilesystemToADLSOperator):

Review comment:
       Can you add this class to file: https://github.com/apache/airflow/blob/main/tests/deprecated_classes.py?




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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org