check_resource_properties
check_resource_properties(properties: Any)Checks that only the resource properties match Sprout’s requirements.
All resource properties are checked against the Data Package standard and the following Sprout-specific requirements:
- Sprout-specific required fields are present.
- Required fields are not blank.
pathis of type string.pathincludes resource name.datais not set.
Parameters
properties : Any-
The resource properties to check.
Returns
ResourceProperties-
Outputs the
propertiesif all checks pass.
Raises
ExceptionGroup-
A group of
CheckErrors, one error per failed check.