Replies: 2 comments
-
Hi, do you have logs from Trino? Can you query the mentioned catalog in Trino 410 from other client tool like trino-cli? |
Beta Was this translation helpful? Give feedback.
0 replies
-
What version of trino-python-client is installed? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps
'''
connectors:
athena.properties: |
connector.name=hive
hive.hdfs.impersonation.enabled=true
hive.metastore=glue
hive.metastore.glue.region=us-east-1
hive.metastore.glue.aws-access-key=${ENV:SECRET_AWS_ACCESS_KEY_ID}
hive.metastore.glue.aws-secret-key=${ENV:SECRET_AWS_SECRET_ACCESS_KEY}
hive.s3.aws-access-key=${ENV:SECRET_AWS_ACCESS_KEY_ID}
hive.s3.aws-secret-key=${ENV:SECRET_AWS_SECRET_ACCESS_KEY}
'''
Expected
Behavior
Beta Was this translation helpful? Give feedback.
All reactions