While reviewing the dicomweb_schemas.py in the Lakeflow Community Connectors project, we noticed that the metadata field uses VariantType() while the main DICOM data fields use StringType(). It appears that metadata is generated internally rather than coming from the external API. Could you please confirm if this is the intended design, or if the variant type should also apply to certain data fields?
While reviewing the dicomweb_schemas.py in the Lakeflow Community Connectors project, we noticed that the metadata field uses VariantType() while the main DICOM data fields use StringType(). It appears that metadata is generated internally rather than coming from the external API. Could you please confirm if this is the intended design, or if the variant type should also apply to certain data fields?