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
Metadata import doesn't work after import_mappings rewrite as the work was never finished on them. The mapping classes (ObjectMetadataMapping, ParameterValueMetadataMapping etc.) exist but don't do anything useful. This work should be brought to conclusion.
As metadata comes in name-value pairs, maybe we want to split the mappings accordingly into XMetadataNameMapping and XMetadataValueMapping on the same go. With the original implementation, users had to write JSON in their input files to get name-value pairs properly imported. (Note -- work is already going to this direction in a branch)
We are also missing export mappings for metadata. This should be implemented in parallel with the import mappings.
The text was updated successfully, but these errors were encountered:
Metadata import doesn't work after
import_mappings
rewrite as the work was never finished on them. The mapping classes (ObjectMetadataMapping
,ParameterValueMetadataMapping
etc.) exist but don't do anything useful. This work should be brought to conclusion.As metadata comes in name-value pairs, maybe we want to split the mappings accordingly into XMetadataNameMapping and XMetadataValueMapping on the same go. With the original implementation, users had to write JSON in their input files to get name-value pairs properly imported. (Note -- work is already going to this direction in a branch)
We are also missing export mappings for metadata. This should be implemented in parallel with the import mappings.
The text was updated successfully, but these errors were encountered: