eladkal commented on pull request #22219:
URL: https://github.com/apache/airflow/pull/22219#issuecomment-1068461138


   > so there is no transfer between two services
   
   There is... and we have a automated way to handle it properly with 
source/target in the provider yaml. Example:
   
https://github.com/apache/airflow/blob/16adc035b1ecdf533f44fbb3e32bea972127bb71/airflow/providers/microsoft/azure/provider.yaml#L169
   
   The operator name should be `LocalFilesystemToGoogleDrive`
   The `LocalFilesystemTo`* is the convention:
   ```
   LocalFilesystemToGCSOperator
   LocalFilesystemToS3Operator
   LocalFilesystemToADLSOperator
   LocalFilesystemToWasbOperator
   ```
   The file should be called `local_go_drive.py` and be placed in the transfers 
folder
   
   


-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to