Closed mlookaxw closed 4 years ago
For configuration files in the old format having fields with "property" attribute set to null, the field will not be upgraded to the newer version.
Example:
"fields": { "attributeValue#0": { "property": null, "type": "string", "used": true, "value": "artifact" } }
This results in the error message: ERROR: ValueError(u"Missing 'source' property in field 'xxxxxx' of entity 'xxxxxx'",)
Issue fixed with release v0.11.2
For configuration files in the old format having fields with "property" attribute set to null, the field will not be upgraded to the newer version.
Example:
This results in the error message: ERROR: ValueError(u"Missing 'source' property in field 'xxxxxx' of entity 'xxxxxx'",)