moomindani commented on issue #67213:
URL: https://github.com/apache/airflow/issues/67213#issuecomment-4497599231

   Tested `apache-airflow-providers-databricks==7.15.0rc1` for PR #66582 
(`DatabricksWorkflowTaskGroup` `TaskGroupContext` leak fix, closing #42164) — 
verification passes.
   
   Installed the RC wheel into a fresh `apache-airflow==3.1.3` venv and ran the 
original reproducer from #42164: a `DatabricksWorkflowTaskGroup` with an 
`EmptyOperator` inside (which lacks `_convert_to_databricks_workflow_task` and 
therefore makes the workflow group's `__exit__` raise mid-way). With the RC 
installed:
   
   - the expected `AirflowException: Task wf.not_convertible does not support 
conversion to databricks workflow task.` is raised,
   - `TaskGroupContext._context` is empty afterwards (no leak), and
   - a subsequent `DatabricksWorkflowTaskGroup` builds cleanly without the 
`Cannot mix TaskGroups from different DAGs` error that was the user-visible 
symptom on unfixed code.
   
   Marking my line in the Databricks section.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to