o-nikolas commented on code in PR #42218:
URL: https://github.com/apache/airflow/pull/42218#discussion_r1761603893
##########
airflow/providers/amazon/aws/hooks/redshift_data.py:
##########
@@ -76,7 +88,9 @@ def execute_query(
wait_for_completion: bool = True,
poll_interval: int = 10,
workgroup_name: str | None = None,
- ) -> str:
+ session_id: str | None = None,
+ session_keep_alive_seconds: int | None = None,
+ ) -> QueryExecutionOutput:
Review Comment:
Yeah, I wouldn't be opposed to a major version bump, it has been over a year
without a major version bump. Do we have a wishlist of other things we'd like
to change as well in this bump? It's an opportunity to do some refactoring and
drop some deprecated 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]