ephraimbuddy opened a new pull request, #31616:
URL: https://github.com/apache/airflow/pull/31616
This commit addresses an issue related to utilizing lists within the
setup/teardown context manager. To enable the usage of a list of tasks on the
right-hand side of the context manager, a new function called context_wrapper
has been introduced. This is a subclass of 'list' that has
the functionality of a context manager. Users will need to utilize this
wrapper whenever they intend
to use a list within the RHS of the context manager.
--
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]