o-nikolas commented on code in PR #46684:
URL: https://github.com/apache/airflow/pull/46684#discussion_r1953213954
##########
providers/amazon/src/airflow/providers/amazon/aws/operators/dms.py:
##########
@@ -493,10 +493,6 @@ def execute(self, context: Context) -> None:
Filters=[{"Name": "replication-config-arn", "Values":
[self.replication_config_arn]}],
WaiterConfig={"Delay": self.waiter_delay, "MaxAttempts":
self.waiter_max_attempts},
)
- self.hook.get_waiter("replication_deprovisioned").wait(
- Filters=[{"Name": "replication-config-arn", "Values":
[self.replication_config_arn]}],
- WaiterConfig={"Delay": self.waiter_delay, "MaxAttempts":
self.waiter_max_attempts},
Review Comment:
Yeah, I agree this is a bugfix and so we can make it in just a parth
release. But I suppose there's not much harm in adding it as a news fragment
too. Although I wouldn't require it.
--
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]