Unknown ResourceType: v5-default when exporting KDBX

Have run into this issue since upgrading to 5.2 and enabling metadata. When exporting the vault to a KDBX using the passbolt cli, it fails to export all resources with the error below;

Skipping Export of Resource xxx  Because of: Get Resource xxx: Unknown ResourceType: v5-default

Command used to export

passbolt --serverAddress=https://passbolt \
             --userPassword='xxx' \
             --userPrivateKeyFile=xxx.pem \
             export keepass -p 'xxx' -f "$EXPORT_FILE"

I assume this is just a bug that needs a fix for 5.2/metadata, but can anyone confirm if there is a fix/workaround in the meantime?