The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user ashb (triggered by ashb).
Head commit for run: 046b20db924180eddddd4ba40536605bbe43737d / Ash Berlin-Taylor <[email protected]> Ensure that we can still render log templates even when a DagRun hasn't yet started. It doesn't really make logical sense to look at logs in this case, but creating the log filename in the API server shouldn't fail for this. The problem was that the TaskSDK's DagRun model validated that `start_date` was non-null, which makes sense for it (as a TI should never make it to a worker unless it's started!) but didn't make sense for the context we were using it in. The fix here is to not build a full context object but just the minimal dictionary of items we explicitly need/allow in log templates. Report URL: https://github.com/apache/airflow/actions/runs/13306025663 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
