Re: Credentials for JDBC

2018-06-07 Thread Benjamin Kim
Hi 종열, Can you show me how? Thanks, Ben > On Jun 6, 2018, at 10:32 PM, Jongyoul Lee wrote: > > We have a trick to get credential information from a credential page. I'll > take into it. > > On Thu, Jun 7, 2018 at 7:53 AM, Benjamin Kim > wrote: > I created a JDBC

Re: Credentials for JDBC

2018-06-06 Thread Jongyoul Lee
We have a trick to get credential information from a credential page. I'll take into it. On Thu, Jun 7, 2018 at 7:53 AM, Benjamin Kim wrote: > I created a JDBC interpreter for AWS Athena, and it passes the access key > as UID and secret key as PWD in the URL connection string. Does anyone know