jroach-astronomer commented on code in PR #42900:
URL: https://github.com/apache/airflow/pull/42900#discussion_r1801183383
##########
providers/src/airflow/providers/amazon/aws/operators/redshift_data.py:
##########
@@ -124,12 +126,11 @@ def __init__(
poll_interval,
)
self.return_sql_result = return_sql_result
- self.statement_id: str | None = None
self.deferrable = deferrable
self.session_id = session_id
self.session_keep_alive_seconds = session_keep_alive_seconds
- def execute(self, context: Context) -> GetStatementResultResponseTypeDef |
str:
+ def execute(self, context: Context) ->
list[GetStatementResultResponseTypeDef] | list[str]:
Review Comment:
Agreed, part of the change that needed to be made.
--
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]