Skip cubelet by checking metaChunk with the following rules
if any field' value in birthEvents is not in metaChunk, then no record will birth, so skip the Cubelet.
If the field's value in the cohortSelector is not in metaChunk, then all birthed records cannot be assigned to any cohort; skip the Cubelet.
if the value of any fields in valueSelector is not in metaChunk, then even if there are birthed records and cohorts, all calculating results are empty; skip the Cubelet.
Skip cubelet by checking metaChunk with the following rules
birthEvents
is not in metaChunk, then no record will birth, so skip the Cubelet.valueSelector
is not in metaChunk, then even if there are birthed records and cohorts, all calculating results are empty; skip the Cubelet.