borismo commented on code in PR #41206: URL: https://github.com/apache/airflow/pull/41206#discussion_r1706454085
########## airflow/providers/amazon/CHANGELOG.rst: ########## @@ -26,6 +26,19 @@ Changelog --------- +Main +...... + +.. warning:: A bug in ``RedshiftDataOperator`` prevented tasks configured with ``deferrable=True`` and + ``wait_for_completion=True`` from entering the deferred state. Instead, the task would occupy an executor slot Review Comment: Version 8.17.0 introduced it (https://github.com/apache/airflow/pull/36586). I didn't specify it because before that version, the operator was not deferrable so this bug couldn't exist. But I'll rephrase the warning to still mention the version. -- 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]
