Lee-W commented on code in PR #64108:
URL: https://github.com/apache/airflow/pull/64108#discussion_r2979689058
##########
providers/standard/src/airflow/providers/standard/operators/hitl.py:
##########
@@ -147,10 +147,15 @@ def validate_params(self) -> None:
"""
Validate the `params` attribute of the instance.
+ Note: Value validation (e.g., required fields, schema) is
intentionally skipped here
+ because HITLOperator params represent form fields that are filled by a
human at runtime.
+ Values do not exist at DAG parse time, so validating them in
``__init__`` would cause
Review Comment:
```suggestion
Values do not exist at Dag parse time, so validating them in
``__init__`` would cause
```
--
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]