Is it possible to disable prepared statements when connecting to PG

I would like to connect through a connection pool (pgbouncer) in transaction mode but get prepared statement
“S_1” does not exist errors

The following jdbc connect option would prevent this

prepareThreshold=0

I’ve filed a new issue for this on Github … https://github.com/metabase/metabase/issues/1899