LMnet commented on code in PR #29434: URL: https://github.com/apache/airflow/pull/29434#discussion_r1116478006
########## airflow/providers/amazon/aws/operators/redshift_data.py: ########## @@ -25,6 +26,8 @@ from airflow.providers.amazon.aws.hooks.redshift_data import RedshiftDataHook from airflow.providers.amazon.aws.utils import trim_none_values +from mypy_boto3_redshift_data.type_defs import GetStatementResultResponseTypeDef + Review Comment: Fixed -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org