Open
Description
- Rule name: Should be filled if this issue depends on particular rule especially during new rule creation. This name should be a valid JS variable name and should be used for connecting with code.
DATA_POINT_WITHOUT_MEASURE
- Rule test folder: Should be filled if type of Request is
rule
. Needed for documentation auto generation.
test/fixtures/rules-cases/data-point-without-measure
- Rule description: Should be filled if type of Request is
rule
. Needed for documentation auto generation.
An issue according to this rule will be fired when all or some measures in current datapoint record are undefined.
- Examples of correct data:
ddf--datapoints--yearly_co2_emissions_tonnes--by--geo--time
geo,yearly_co2_emissions_tonnes,time
afg,14.67,1949
- Examples of incorrect data:
ddf--datapoints--yearly_co2_emissions_tonnes--by--geo--time
geo,yearly_co2_emissions_tonnes,time
afg,,1949
- Scenarios Should be filled if type of Request is
rule
.
when dataset is correct
any issue should NOT be found for this rule
when dataset is NOT correct
issues in accordance with wrong datapoint records quantity should be detected for this rule
output data for any issue should be expected
- Output data format Additional data that depends on particular issue type. Should be filled if type of Request is
rule
.
datapoint record
measure