MonetDB No fields found for table

I have implemented a driver for MonetDB by extending Postgresql driver
It was working fine with Metabase v0.48.3 OSS
But after updating to Metabase v0.50.28,
i cannot view data of any tables, with Error:
"Error preprocessing query in metabase.query_processor.preprocess$ensure_legacy$fn__67773@e08cc27: No fields found for table

,
:stacktrace
["--> query_processor.preprocess$preprocess$fn__67781$fn__67782.invoke(preprocess.clj:133)"
"query_processor.preprocess$preprocess$fn__67781.invoke(preprocess.clj:119)"
"query_processor.setup$do_with_qp_setup.invokeStatic(setup.clj:225)"
"query_processor.setup$do_with_qp_setup.invoke(setup.clj:216)"
"query_processor.preprocess$preprocess.invokeStatic(preprocess.clj:118)"
"query_processor.preprocess$preprocess.invoke(preprocess.clj:114)"
"query_processor$process_query_STAR__STAR_.invokeStatic(query_processor.clj:44)"
"query_processor$process_query_STAR__STAR_.invoke(query_processor.clj:43)"
"query_processor.middleware.enterprise$fn__66851$handle_audit_app_internal_queries__66852$fn__66854.invoke(enterprise.clj:96)"
"query_processor.middleware.enterprise$handle_audit_app_internal_queries_middleware$fn__66862.invoke(enterprise.clj:103)"
"query_processor.middleware.process_userland_query$process_userland_query_middleware$fn__76857.invoke(process_userland_query.clj:198)"
"query_processor.middleware.catch_exceptions$catch_exceptions$fn__76926.invoke(catch_exceptions.clj:128)"
"query_processor$process_query$fn__76963.invoke(query_processor.clj:78)"
"query_processor.setup$do_with_canceled_chan$fn__67266.invoke(setup.clj:187)"
"query_processor.setup$do_with_database_local_settings$fn__67261.invoke(setup.clj:181)"
"query_processor.setup$do_with_driver$fn__67256$fn__67257.invoke(setup.clj:166)"
"driver$do_with_driver.invokeStatic(driver.clj:105)"
"driver$do_with_driver.invoke(driver.clj:100)"
"query_processor.setup$do_with_driver$fn__67256.invoke(setup.clj:165)"
"query_processor.setup$do_with_metadata_provider$fn__67249$fn__67252.invoke(setup.clj:151)"
"query_processor.store$do_with_metadata_provider.invokeStatic(store.clj:170)"
"query_processor.store$do_with_metadata_provider.invoke(store.clj:150)"

we changed a lot how the drivers work between 48 and 50

Do you have any documentation to follow or any related content.
We are at the verge of release, and it blocked the release.
Your help would be greatly appreciated

Is the documentation updated with the changes:

any other material that can help?

Just to update we are using Metabase Enterprise license
@Luiggi

If that is the case please contact support. We don’t have any way to identify that you’re a paid customer or not from here