ashb commented on PR #46295:
URL: https://github.com/apache/airflow/pull/46295#issuecomment-2639741420
```
providers/tests/amazon/aws/operators/test_dms.py:503: in
test_template_fields_native
context = ti.get_template_context(session)
airflow/models/taskinstance.py:3242: in get_template_context
return _get_template_context(
airflow/models/taskinstance.py:960: in _get_template_context
dag_run=DagRunSDK.model_validate(dag_run, from_attributes=True),
E pydantic_core._pydantic_core.ValidationError: 1 validation error for
DagRun
E logical_date
E Input should be a valid datetime [type=datetime_type,
input_value=None, input_type=NoneType]
E For further information visit
https://errors.pydantic.dev/2.10/v/datetime_type
```
It's curious/a massive oversight in tests that this is broken but it's only
a provider test that picks it up!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]