uranusjr commented on PR #35968:
URL: https://github.com/apache/airflow/pull/35968#issuecomment-1977501136

   This sounds reasonable to me. Although the `dag=dag` approach is generally 
disfavoured nowadays, and you can always do
   
   ```python
   with dag, TaskGroup(...):
       ...
   ```
   
   instead, fetching the DAG from the TaskGroup context seems like the right 
thing to do.
   
   The tests need to be fixed though.


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