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 2019/01/23 09:17:39 UTC

[GitHub] OmerJog commented on issue #4476: [AIRFLOW-3552] Add ImapToS3TransferOperator

OmerJog commented on issue #4476: [AIRFLOW-3552] Add ImapToS3TransferOperator
URL: https://github.com/apache/airflow/pull/4476#issuecomment-456727401
 
 
   Is there a naming policy ?
   This PR introduce `ImapToS3TransferOperator` in file `imap_to_s3_transfer_operator.py`
   
   However there are two definition
   
   Without `Operator`:
   `OracleToOracleTransfer  `in file `oracle_to_oracle_transfer.py`
   `OracleToAzureDataLakeTransfer `in file `oracle_to_azure_data_lake_transfer.py`
   
   With `Opeartor`:
   `GoogleCloudStorageToGoogleCloudStorageTransferOperator `in file `gcs_to_gcs_transfer_operator.py`
   `S3ToGoogleCloudStorageTransferOperator  `in file `s3_to_gcs_transfer_operator.py`
   
   It's very confusing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services