From 77fe2cee8fb82a77e0b7c250a3888a96a24fa949 Mon Sep 17 00:00:00 2001 From: Summer Mothwood Date: Wed, 4 Dec 2024 03:55:47 +0000 Subject: [PATCH 1/2] creating a CI test --- .../performance/int_performance__station_aadt_with_K_value.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transform/models/intermediate/performance/int_performance__station_aadt_with_K_value.sql b/transform/models/intermediate/performance/int_performance__station_aadt_with_K_value.sql index 9f2d9a70..f1c436c8 100644 --- a/transform/models/intermediate/performance/int_performance__station_aadt_with_K_value.sql +++ b/transform/models/intermediate/performance/int_performance__station_aadt_with_K_value.sql @@ -480,5 +480,6 @@ select distinct aadt_8, k_30, k_50, - k_100 + k_100, + 1 as test from aadt_1_8_kfactors From 80f71b5567f6fe31ce0c071551f26013a8f5727e Mon Sep 17 00:00:00 2001 From: Summer Mothwood Date: Thu, 5 Dec 2024 00:05:34 +0000 Subject: [PATCH 2/2] testing CI. post-new state modified flag, but before nightly build --- .../performance/int_performance__station_aadt_with_K_value.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transform/models/intermediate/performance/int_performance__station_aadt_with_K_value.sql b/transform/models/intermediate/performance/int_performance__station_aadt_with_K_value.sql index f1c436c8..b3a48f6b 100644 --- a/transform/models/intermediate/performance/int_performance__station_aadt_with_K_value.sql +++ b/transform/models/intermediate/performance/int_performance__station_aadt_with_K_value.sql @@ -481,5 +481,5 @@ select distinct k_30, k_50, k_100, - 1 as test + 2 as test from aadt_1_8_kfactors