turbaszek edited a comment on issue #10381: URL: https://github.com/apache/airflow/issues/10381#issuecomment-688680747
`DataprocSubmitJobOperator` has no relation with `DataprocJobBaseOperator`. `DataprocJobBaseOperator` is used by "old" operators like `DataprocSubmitPigJobOperator`, `DataprocSubmitHiveJobOperator` etc. that are deprecated in favor of the generic operator `DataprocSubmitJobOperator`. However, you are right that the logic of `on_kill` currently exists in old ops and may be reused in `DataprocSubmitJobOperator.on_kill` 😉 > Thus the following code might do the job: Looks good but let's remove the `request_id` as I'm still not sure how it works ---------------------------------------------------------------- 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]
