antonio-mello-ai commented on issue #59551:
URL: https://github.com/apache/airflow/issues/59551#issuecomment-4112026654

   Thanks for the ping — submitted a fix in #64108.
   
   Root cause: `validate_params()` calls `params.validate()` at init time, 
which tries to resolve param values that don't exist yet (HITL params are 
filled by the human at runtime). Removed the early validation; the `_options` 
structural check is preserved.
   
   Credit to @henry3260 who identified the same fix in #59653.


-- 
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]

Reply via email to