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 2020/05/18 13:11:32 UTC

[GitHub] [airflow] khyurri commented on a change in pull request #8818: WIP: Add support for Microsoft Azure Blob Storage in Google Cloud Storage Transfer Service operators

khyurri commented on a change in pull request #8818:
URL: https://github.com/apache/airflow/pull/8818#discussion_r426614269



##########
File path: airflow/providers/google/cloud/hooks/cloud_storage_transfer_service.py
##########
@@ -97,8 +97,15 @@ class GcpTransferOperationStatus:
 TRANSFER_JOBS = 'transferJobs'
 TRANSFER_OPERATIONS = 'transferOperations'
 TRANSFER_OPTIONS = 'transfer_options'
-TRANSFER_SPEC = 'transferSpec'
+TRANSFER_SPEC: str = 'transferSpec'

Review comment:
       Seems it was automatic. I'll remove this type




----------------------------------------------------------------
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:
users@infra.apache.org