From bc739effb8559293e4b52c016437de796e016b3f Mon Sep 17 00:00:00 2001 From: Jamison Rose Date: Tue, 9 Jul 2024 09:07:28 -0700 Subject: [PATCH] Add Jenkins account to structured type support list (#1886) --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index 21f3ec38c64..2f89dd5157a 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -89,7 +89,7 @@ # SNOW-1348805: Structured types have not been rolled out to all accounts yet. # Once rolled out this should be updated to include all accounts. -STRUCTURED_TYPE_ENVIRONMENTS = {"SFCTEST0_AWS_US_WEST_2"} +STRUCTURED_TYPE_ENVIRONMENTS = {"SFCTEST0_AWS_US_WEST_2", "SNOWPARK_PYTHON_TEST"} ICEBERG_ENVIRONMENTS = {"SFCTEST0_AWS_US_WEST_2"}