Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement configurable debug_query_state parameter for AthenaCursor #395

Merged

Conversation

svdimchenko
Copy link
Contributor

Description

Now we can configure if we do need to debug query state in following way:

11:36:44  Athena adapter: Query state is: QUEUED. Sleeping for 1.0...
11:36:45  Athena adapter: Query state is: RUNNING. Sleeping for 1.0...
11:36:46  Athena adapter: Query state is: RUNNING. Sleeping for 1.0...
11:36:47  Athena adapter: Query state is: RUNNING. Sleeping for 1.0...

By default, it's disabled.

Checklist

  • You followed contributing section
  • You kept your Pull Request small and focused on a single feature or bug fix.
  • [] You added unit testing when necessary
  • [] You added functional testing when necessary

@nicor88 nicor88 added the enable-functional-tests Label to trigger functional testing label Sep 4, 2023
@svdimchenko svdimchenko merged commit ded2747 into dbt-labs:main Sep 4, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enable-functional-tests Label to trigger functional testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants