question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support AWS Athena waiter feature

See original GitHub issue

Hi,

If you go to https://boto3.readthedocs.io/en/latest/reference/services/athena.html#Athena.Client.get_waiter looks like that feature is not implemented.

I have a lambda function which executes Athena queries. I use a function called start_query_execution() in boto3 and I need to write a loop to check if the execution is finished or not, so I think it will be awesome if we have waiter feature implemented in Athena.

Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:63
  • Comments:41 (2 by maintainers)

github_iconTop GitHub Comments

15reactions
griffinator76commented, Sep 16, 2019

Could we at least remove this reference from the boto3 docs if it’s not going to be implemented?

It’s confusing to have this comment “See the waiters section of the service docs for a list of available waiters.” when that list doesn’t appear to exist.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Class: Aws::Athena::Client — AWS SDK for Ruby V2
Waiters polls an API operation until a resource enters a desired state. #waiter_names ⇒ Array<Symbol>. Returns the list of supported waiters.
Read more >
Support AWS Athena waiter feature - Bountysource
Support AWS Athena waiter feature ... looks like that feature is not implemented. I have a lambda function which executes Athena queries. I...
Read more >
Athena — Boto3 Docs 1.26.33 documentation - AWS
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. You can point...
Read more >
Boto3 documentation — Boto3 Docs 1.26.32 documentation
You use the AWS SDK for Python (Boto3) to create, configure, ... as Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage...
Read more >
boto3 check if Athena database exists - python - Stack Overflow
See: Support AWS Athena waiter feature for a possible workaround until it is implemented in Boto3. This is how it is implemented in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found