The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user snjypl (triggered by snjypl).
Head commit for run: 190d34828c86bfe292e07d19e380bbffcfc418f1 / sanjay pillai <[email protected]> try_number was not being passed to the get_task_log method, instead ti.try_number was used for fetching log from k8s pod. it was causing incorrect log being returned for k8s pod. fixed by passing try_number from _read to get_task_log method use try_number argument instead of ti.try_number for selecting pod in k8s executor Report URL: https://github.com/apache/airflow/actions/runs/4193077985 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
