Hello,
We built a custom credential provider jar for custom authentication to athena. as per the aws documentation mentioned below.
https://aws.amazon.com/blogs/big-data/connect-to-amazon-athena-with-federated-identities-using-temporary-credentials/
but I have passed the extra jar(credential jar) in driver_path along with the athenajdbc jar. like driver_path="<path_to_driver_jar>;<path_to_custom_credentials_jar>" But it is failing and not recognizing the custom class. Should I use a different approach to pass the extra jar?
If I pass only jdbc jar then it is throwing the credential class missing, if I pass both the jars ; separated then it is throwing TypeError: Class com.simba.athena.jdbc.Driver is not found