ferruzzi commented on a change in pull request #17951:
URL: https://github.com/apache/airflow/pull/17951#discussion_r712337062



##########
File path: 
airflow/providers/amazon/aws/example_dags/example_eks_using_defaults.py
##########
@@ -73,7 +72,7 @@
         task_id="run_pod",
         cluster_name=CLUSTER_NAME,
         image="amazon/aws-cli:latest",
-        cmds=["sh", "-c", "ls"],
+        cmds=["sh", "-c", "echo Test Airflow; date"],

Review comment:
       Purely out of curiosity and so I know for he future, is there a reason 
for this change or just preference??




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