steveahnahn commented on code in PR #69635: URL: https://github.com/apache/airflow/pull/69635#discussion_r3652689061
########## providers/snowflake/src/airflow/providers/snowflake/triggers/snowflake_trigger.py: ########## @@ -20,6 +20,8 @@ from collections.abc import AsyncIterator from typing import TYPE_CHECKING, Any +from asgiref.sync import sync_to_async Review Comment: Done. Added to providers/snowflake/pyproject.toml, matching the amazon/google shape -- 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]
