Open eladkal opened 2 years ago
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
on_kill
Yes. In general. Deteils are more complex
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-L75Committer