suii2210 commented on issue #59551: URL: https://github.com/apache/airflow/issues/59551#issuecomment-3690419245
hello @henry3260 I reviewed your PR and this looks good to me. `test_init_allow_no_default_param` clearly captures the reported regression and ensures` HITLOperator` can be initialized with params lacking defaults, which matches expected HITL behavior. The test scope is appropriate (init-time only), and removing the previous `ParamValidationError` case here makes sense since validation is intentionally deferred. -- 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]
