The GitHub Actions job "Tests (AMD)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
ac82cecf1445e6e90c15490fdc64eebc77771e0d / Vasu Madaan 
<[email protected]>
Fix 500 error for event logs with NULL dttm (#68338)

* Fix 500 error when event log has null dttm in API responses

Logs with dttm=NULL cause a Pydantic validation error (500) because
EventLogResponse.dttm is non-optional. Filter them out at the query
level: GET /eventLogs/{id} returns 404, GET /eventLogs excludes them
from results and total_entries.

closes: #68333

* Fix PT028 ruff lint: add noqa for provide_session sentinel pattern

* Apply ruff-format to test_event_logs.py

* Add comments explaining dttm NULL filter and why response model stays 
non-optional

Report URL: https://github.com/apache/airflow/actions/runs/27285555154

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to