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/11/04 20:49:22 UTC

[GitHub] [airflow] akocukcu commented on issue #11128: SqlToS3Operator

akocukcu commented on issue #11128:
URL: https://github.com/apache/airflow/issues/11128#issuecomment-721967550


   > > Recently, all the Sql-related (mysql, postgres...) operators were merged into one
   > 
   > Where is this? When looking for it I still ran into separate MySQL/PostgreSQL/etc db operations/hooks.
   
   Hi @manesioz ,
   I think for the sql to sql transfer there is => [GenericTransfer](https://github.com/apache/airflow/blob/master/airflow/operators/generic_transfer.py)
   
   and for the hook there is => [DbApiHook](https://github.com/apache/airflow/blob/master/airflow/hooks/dbapi_hook.py)
   
   Btw the name `GenericTransfer` is a little bit general 😊 Maybe `GenericSqlTransfer` would be more clear. 
   
   Anyway, I would like to work on this issue if you think this is still needed @JavierLopezT .


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