PG Bug reporting form <noreply@postgresql.org> writes:
> ODI connection failed.
> The authentication type 10 is not supported.
This indicates that your client library doesn't support SCRAM passwords.
Preferably, fix it by getting an updated library; or if there is none,
you're depending on unmaintained software and should think about switching
to something else. In the meantime, as a stopgap you could switch back
to an MD5-hashed password for the role being used.
regards, tom lane