wr.athena.read_sql_query doesn't work #1114
Unanswered
gpandolfino
asked this question in
Q&A
Replies: 1 comment
-
Hi @gpandolfino, I believe a similar issue was raised in the past, did you have a look at the suggestion? Thanks |
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
-
Hi, I started using AWS data wrangler to execute queries on AWS Athena and use the results of them in my AWS Glue python shell job.
I see that exist wr.athena.read_sql_query to obtain what I need.
this is my sample code:
I retrieve without problem the list of database (including the lsk2-target), but the read_sql_query go on error and I recieve:
WaiterError: Waiter BucketExists failed: Max attempts exceeded
Please, can you help me to understand where I am wrong?
thanks
Beta Was this translation helpful? Give feedback.
All reactions