ColtenOuO commented on issue #70465: URL: https://github.com/apache/airflow/issues/70465#issuecomment-5084500982
I've opened #70474 for this. It adds a `log_region_name` parameter to `TaskDoneTrigger` that is used only for the `AwsLogsHook`, while the `EcsHook` keeps using `region_name`, and has `EcsRunTaskOperator` pass `resolve_awslogs_region()` when deferring. The new parameter defaults to `None` and falls back to `region_name`, so triggers serialized before the change keep their current behaviour. -- 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]
