The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix/databricks-task-base-operator-on-kill has succeeded.
Run started by GitHub user victorymakes (triggered by victorymakes).

Head commit for run:
93e6f14851775314377cd98ec10d583ef857593c / Victory <[email protected]>
feat: fix on_kill for workflow members to cancel child run not parent

When DatabricksTaskBaseOperator is a workflow member, self.databricks_run_id
is the shared parent workflow run ID. Cancelling it stops all sibling tasks.
Use _get_current_databricks_task()["run_id"] to target only this task's own
child run — mirroring how monitor_databricks_job tracks the active run.

Standalone operators continue cancelling via self.databricks_run_id.

Adds regression test: parent run_id=1, child run_id=999, asserts 
cancel_run(999).

Report URL: https://github.com/apache/airflow/actions/runs/29981446471

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to