dstandish commented on code in PR #37851:
URL: https://github.com/apache/airflow/pull/37851#discussion_r1510093597
##########
airflow/serialization/pydantic/taskinstance.py:
##########
@@ -340,7 +378,6 @@ def get_email_subject_content(
return _get_email_subject_content(task_instance=self,
exception=exception, task=task)
- @provide_session
Review Comment:
we shouldn't be providing sessions on the pydantic model -- we shouldn't be
using sessions at all.
--
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]