JeffryMAC opened a new issue #8804:
URL: https://github.com/apache/airflow/issues/8804


   
   **Description**
   
   Currently every operator is doing `XToY`. so if someone wrote `MySQLToGCS` 
it doesn't help someone who needs `MySQLToS3`.
   
   **Use case / motivation**
   
   It would be great if when PR is raised people will need only to handle the 
`X` part and provide a list of the `Y` part. Something like people need to 
write `XtoDataframe` or `XtoFile` and there is build in integration in Airflow 
that can handle the `FileToS3` `FileToGCS` etc... 
   
   So when user is PR `MySQLToFile` Airflow will utilise this and auto create 
`MySQLToGCS` and `MySQLToS3`.
   
   The idea is to build infrastructure layer once that will be automated for 
all.


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


Reply via email to