diff --git a/airflow/providers/amazon/aws/waiters/appflow.json b/airflow/providers/amazon/aws/waiters/appflow.json index f45c427467901..ed239a4048320 100644 --- a/airflow/providers/amazon/aws/waiters/appflow.json +++ b/airflow/providers/amazon/aws/waiters/appflow.json @@ -10,13 +10,13 @@ "expected": "Successful", "matcher": "path", "state": "success", - "argument": "flowExecutions[?executionId=='{{EXECUTION_ID}}'].executionStatus" + "argument": "flowExecutions[?executionId=='{{EXECUTION_ID}}'].executionStatus | [0]" }, { "expected": "Error", "matcher": "path", "state": "failure", - "argument": "flowExecutions[?executionId=='{{EXECUTION_ID}}'].executionStatus" + "argument": "flowExecutions[?executionId=='{{EXECUTION_ID}}'].executionStatus | [0]" }, { "expected": true,