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 2018/09/17 16:25:49 UTC

[GitHub] jbacon commented on issue #3891: [AIRFLOW-3029] New Operator - SqlOperator

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:
users@infra.apache.org


With regards,
Apache Git Services