JavierLopezT commented on issue #11128: URL: https://github.com/apache/airflow/issues/11128#issuecomment-722985457
> > > 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 . Actually, I was referring to this operator: https://github.com/apache/airflow/blob/master/airflow/operators/sql.py And yeah, I think it is totally worth it to have this feature, so it would be great if you start working on it. PS: sorry @manesioz for not answering you, I didn't realize ---------------------------------------------------------------- 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]
