Since SDV 1.17.0, we have consolidated the old SingleTableMetadata and MultiTableMetadata objects into a single, streamlined Metadata object. Along with this change, we have also updated the value that the "METADATA_SPEC_VERSION" parameter should have ("V1"). Eg.
Environment Details
Background
Since SDV 1.17.0, we have consolidated the old
SingleTableMetadata
andMultiTableMetadata
objects into a single, streamlinedMetadata
object. Along with this change, we have also updated the value that the"METADATA_SPEC_VERSION"
parameter should have ("V1"
). Eg.Error Description
When I use the
anonymize
method on the metadata object, it returns a new metadata object that has not set the correctMETADATA_SPEC_VERSION
.Eg. If I run
metadata.anonymize()
on the metadata above, I get the following:I expect it to be
"V1"
(not"MULTI_TABLE_V1"
)