This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 13b86631a96 Fix `example_bedrock_batch_inference` (#51413)
13b86631a96 is described below

commit 13b86631a96fa0457743d887870a04c9e5a9f1a8
Author: Vincent <[email protected]>
AuthorDate: Wed Jun 4 17:17:49 2025 -0400

    Fix `example_bedrock_batch_inference` (#51413)
---
 .../amazon/tests/system/amazon/aws/example_bedrock_batch_inference.py    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/providers/amazon/tests/system/amazon/aws/example_bedrock_batch_inference.py 
b/providers/amazon/tests/system/amazon/aws/example_bedrock_batch_inference.py
index 2f1c18409e2..4a2548b1249 100644
--- 
a/providers/amazon/tests/system/amazon/aws/example_bedrock_batch_inference.py
+++ 
b/providers/amazon/tests/system/amazon/aws/example_bedrock_batch_inference.py
@@ -146,6 +146,7 @@ with DAG(
     )
     # [END howto_operator_bedrock_batch_inference]
     batch_infer.wait_for_completion = False
+    batch_infer.deferrable = False
 
     # [START howto_sensor_bedrock_batch_inference_scheduled]
     await_job_scheduled = BedrockBatchInferenceSensor(

Reply via email to