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 2023/01/11 10:47:49 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

uranusjr commented on code in PR #28850:
URL: https://github.com/apache/airflow/pull/28850#discussion_r1066844414


##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -35,7 +35,12 @@
 from functools import wraps
 from os import PathLike
 from pathlib import Path
-from typing import TYPE_CHECKING, Any, Callable, Generic, TypeVar, Union
+from typing import TYPE_CHECKING, Any, Callable, Dict, Generic, Optional, TypeVar, Union
+
+from asgiref.sync import sync_to_async

Review Comment:
   We should explicitly add asgiref to dependencies



-- 
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