mik-laj commented on a change in pull request #17951:
URL: https://github.com/apache/airflow/pull/17951#discussion_r712379132
##########
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:
`ls` was returning empty output, which could look like a problem. Now we
have a user-friendly message.
--
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]