You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve lakectl actions valdiate by checking required properties (#10144)
* Validate action hook properties at parse time
Add early validation of hook properties during action parsing so
configuration errors are caught at parse time instead of runtime.
Register ValidatePropertiesFunc validators for webhook (requires url),
airflow (requires url, dag_id, username, password), and lua (requires
script or script_path) hooks.
* Actions: remove hookType param from requireProperties
Move hook type context from requireProperties() into the caller's
error wrapping in Validate(), following Go's idiomatic error chaining.
0 commit comments