The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).
Head commit for run: 595af53c21a0dda52621a339250f52fc071ee6dd / Ephraim Anierobi <[email protected]> Allow setup/teardown task decorators to take same args as task decorators The setup/teardown decorators should take same arguments as task decorators. In the event that both task decorator and setup/teardown decorator are given the same args, the arg on the setup/teardown takes precedence. e.g if we have: @setup(task_id="setuptask") @task(task_id="mytask") def mytask2(): ... The task id would eventually be setuptask and not mytask. Report URL: https://github.com/apache/airflow/actions/runs/4599213425 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
