We are using dynamic database connections for multiple tenant databases but it seems the bundle is coupled to use the default entity manager only.
When running the migration script for the db, even when specifying the em, it fails due to
...has a dependency on a non-existent service "doctrine.orm.default_entity_manager".
I can't immediately see a config setting to override this