eladkal commented on code in PR #55094: URL: https://github.com/apache/airflow/pull/55094#discussion_r2315077705
########## providers/common/sql/src/airflow/providers/common/sql/triggers/sql.py: ########## @@ -19,6 +19,8 @@ from typing import TYPE_CHECKING +from asgiref.sync import sync_to_async Review Comment: Correct me if I am wrong but this forces all uses of sql provider to install this package even if they are not using async code? -- 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]
