rawwar commented on code in PR #46672:
URL: https://github.com/apache/airflow/pull/46672#discussion_r1955604980
##########
providers/snowflake/tests/provider_tests/snowflake/operators/test_snowflake.py:
##########
@@ -391,3 +391,66 @@ def
test_snowflake_sql_api_execute_operator_running_before_defer(
operator.execute(create_context(operator))
assert mock_defer.called
+
+ def test_snowflake_sql_api_execute_operator_polling_running(
+ self, mock_execute_query, mock_get_sql_api_query_status,
mock_check_query_output
+ ):
+ """
+ Tests that the execute method correctly loops and waits until all
queries complete
+ when `deferrable=False`
Review Comment:
```suggestion
when ``deferrable=False``
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]