jbacon commented on issue #3891: [AIRFLOW-3029] New Operator - SqlOperator
URL: 
https://github.com/apache/incubator-airflow/pull/3891#issuecomment-422081229
 
 
   The `SqlOperator` has a slightly different use-case than the 
`GenericTransfer` operator, but they both similarly abstract the `DbApiHook` 
from the operator via `BaseHook.get_hook(..)`, hence why we don't have a 
`PostgresGenericTransfer`, `MySqlGenericTransfer`, or etc..  `SqlOperator` 
isn't intended to fetch any rows from the database, just execute SQL with 
either success/failure.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to