uranusjr commented on code in PR #31596:
URL: https://github.com/apache/airflow/pull/31596#discussion_r1231974086
##########
airflow/providers/snowflake/triggers/snowflake_trigger.py:
##########
@@ -67,10 +67,7 @@ def serialize(self) -> tuple[str, dict[str, Any]]:
)
async def run(self) -> AsyncIterator[TriggerEvent]:
- """
- Makes a GET API request to snowflake with query_id to get the status
of the query
- by get_sql_api_query_status async function.
- """
+ """Wait for the query the snowflake query to complete"""
Review Comment:
```suggestion
"""Wait for the query the snowflake query to complete."""
```
--
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]