From c5ca9c04661786eacfaf89b8b343614077e79880 Mon Sep 17 00:00:00 2001 From: desmond-hui Date: Fri, 28 Jun 2024 11:22:17 -0700 Subject: [PATCH] update test start point --- tests/test_silver__transactions_missing_partitions.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_silver__transactions_missing_partitions.sql b/tests/test_silver__transactions_missing_partitions.sql index 4aa29ffa..d9e6a7ab 100644 --- a/tests/test_silver__transactions_missing_partitions.sql +++ b/tests/test_silver__transactions_missing_partitions.sql @@ -58,7 +58,7 @@ FROM WHERE t._partition_id IS NULL AND b._partition_id <> 1877 -- seems like this whole partition is skipped slots - AND b._partition_id > 81886 /* some old partitions never got loaded into silver, + AND b._partition_id > 91456 /* some old partitions never got loaded into silver, the data has made it into silver through other partitions and confirmed via other checks. We can start checking for new instances after this partition