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 2022/10/27 10:05:30 UTC

[GitHub] [airflow] eladkal opened a new issue, #27314: Generalize on_kill() for SQLExecuteQueryOperator

eladkal opened a new issue, #27314:
URL: https://github.com/apache/airflow/issues/27314

   ### Body
   
   The operator doesn't have `on_kill` method and we try to find a way to make a generalized one.
   Referencing TrinoOperator:
   https://github.com/apache/airflow/blob/2a34dc9e8470285b0ed2db71109ef4265e29688b/airflow/providers/trino/operators/trino.py#L62-L75
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on issue #27314: Generalize on_kill() for SQLExecuteQueryOperator

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #27314:
URL: https://github.com/apache/airflow/issues/27314#issuecomment-1296537706

   Yes. In general. Deteils are more complex


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org