Currently, the CLI for converting v2 to v3 metadata (#3257) only handles filters that are ArrayArrayCodecs and compressors that are BytesBytesCodecs (see discussion in thread). v2 metadata supported filters / compressors that were numcodecs codecs of any kind. This likely means that some v2 metadata will fail conversion to v3, and throw an error.
If possible, it would be useful to support any combination of numcodecs codecs.