laughingman7743 / PyAthena

PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena.
MIT License
461 stars 105 forks source link

Okta authentication support #512

Closed jinserk closed 7 months ago

jinserk commented 7 months ago

I'm curious if pyathena supports Oka authentication as desribed here: https://docs.aws.amazon.com/athena/latest/ug/jdbc-v3-driver-okta-credentials.html

If not, do you have any plan to support this?

laughingman7743 commented 7 months ago

It is a feature of the JDBC driver. The following tools would be good to use. https://github.com/godaddy/aws-okta-processor PyAthena will not support it.