You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/07 13:37:44 UTC

[GitHub] [airflow] victorphoenix3 commented on a change in pull request #21488: Refactor query polling logic for athena queries

victorphoenix3 commented on a change in pull request #21488:
URL: https://github.com/apache/airflow/pull/21488#discussion_r820709662



##########
File path: tests/providers/amazon/aws/operators/test_athena.py
##########
@@ -72,7 +72,7 @@ def test_init(self):
 
         assert self.athena.hook.sleep_time == 0
 
-    @mock.patch.object(AthenaHook, 'check_query_status', side_effect=("SUCCESS",))

Review comment:
       'SUCCESS' is not a state for athena queries, "SUCCEEDED" is




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org