kaxil commented on code in PR #44427:
URL: https://github.com/apache/airflow/pull/44427#discussion_r1861031579
##########
task_sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -369,7 +378,7 @@ def _close_unused_sockets(*sockets):
def _send_startup_message(self, ti: TaskInstance, path: str |
os.PathLike[str], child_comms: socket):
"""Send startup message to the subprocess."""
- msg = StartupDetails(
+ msg = StartupDetails.model_construct(
Review Comment:
Why this change? for skipping validation?
--
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]