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
So far, data zip scanning to inherit sourceType and uploadType for data objects discovered in a data directory was delegated to the entity$enrichWithData method.
This has a huge side effect when we activate the global workflow option skipEnrichWithData to avoid reading larga data files. In that case the enrichWithData method is then not triggered, and actual data sourceType (and propagation to uploadType) is not performed. For a geosapi action, the uploadType is then kept as other and the upload operation is skipped.
So far, data zip scanning to inherit
sourceType
anduploadType
for data objects discovered in a data directory was delegated to theentity$enrichWithData
method.This has a huge side effect when we activate the global workflow option
skipEnrichWithData
to avoid reading larga data files. In that case theenrichWithData
method is then not triggered, and actual datasourceType
(and propagation touploadType
) is not performed. For ageosapi
action, theuploadType
is then kept asother
and the upload operation is skipped.cc @helraynal
The text was updated successfully, but these errors were encountered: