From a864971abf0039c1ba09b7940078d895e41f781c Mon Sep 17 00:00:00 2001 From: kukushking Date: Tue, 18 Nov 2025 17:41:14 +0000 Subject: [PATCH 1/2] chore: update cleanrooms analytics engine --- test_infra/stacks/cleanrooms_stack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_infra/stacks/cleanrooms_stack.py b/test_infra/stacks/cleanrooms_stack.py index 761b87113..14f594d09 100644 --- a/test_infra/stacks/cleanrooms_stack.py +++ b/test_infra/stacks/cleanrooms_stack.py @@ -25,6 +25,7 @@ def __init__( description="Collaboration Room for AWS SDK for pandas test infrastructure", members=[], query_log_status="ENABLED", + analytics_ngine="SPARK", ) self.membership = cleanrooms.CfnMembership( From e84414bc1833ca874ce48dc886222e87e641e45c Mon Sep 17 00:00:00 2001 From: kukushking Date: Tue, 18 Nov 2025 17:46:48 +0000 Subject: [PATCH 2/2] typo --- test_infra/stacks/cleanrooms_stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_infra/stacks/cleanrooms_stack.py b/test_infra/stacks/cleanrooms_stack.py index 14f594d09..232bf8e14 100644 --- a/test_infra/stacks/cleanrooms_stack.py +++ b/test_infra/stacks/cleanrooms_stack.py @@ -25,7 +25,7 @@ def __init__( description="Collaboration Room for AWS SDK for pandas test infrastructure", members=[], query_log_status="ENABLED", - analytics_ngine="SPARK", + analytics_engine="SPARK", ) self.membership = cleanrooms.CfnMembership(