The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).
Head commit for run: 27001a23718d6b8b5118eb130be84713af9a4477 / Ephraim Anierobi <[email protected]> Improve support for lists in setup/teardown context manager (#31616) * Improve support for lists in setup/teardown context manager 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. * Fix typing Report URL: https://github.com/apache/airflow/actions/runs/5131134799 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
