o-nikolas commented on code in PR #34381:
URL: https://github.com/apache/airflow/pull/34381#discussion_r1326472089


##########
airflow/providers/amazon/aws/executors/ecs/ecs_executor_config.py:
##########
@@ -0,0 +1,113 @@
+# Licensed to the Apache Software Foundation (ASF) under one

Review Comment:
   This module mostly builds the run task kwargs from default config values, 
individual configs optionally set by the user, spliced with a kwargs json 
config optionally provided by the user. As well as setting a couple values that 
are required by the ECS executor. This code is a little complicated, and is 
hopefully well commented to annotated what's being done.



-- 
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]

Reply via email to