This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
Releases: IBM/trino-db2
Releases · IBM/trino-db2
supports the feature extra credentials
it starts to support the idea of extra credentials where it allows prestosql client user to provide DB2 username and password as extra credentials that are passed directly to the backend DB2 server when running a Presto query.
- configure this for the DB2 connector catalog properties file:
user-credential-name=db2_user
password-credential-name=db2_password
- passing credentials directly to DB2 server:
$ presto --extra-credential db2_user=user1 --extra-credential db2_password=secret
first release after switching to prestosql.io
Follow-up of #12