From 3957307cd9c97acd464cfe533c58490617e7a27a Mon Sep 17 00:00:00 2001 From: Sung Won Chung Date: Mon, 25 Nov 2024 12:52:24 -0800 Subject: [PATCH] test a pr --- models/customers.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/models/customers.sql b/models/customers.sql index 623c47d..739b22c 100644 --- a/models/customers.sql +++ b/models/customers.sql @@ -60,6 +60,7 @@ WITH customers AS ( SELECT * FROM final +limit 5 -- create a unit test from this SQL model -- sqlmesh create_test tcloud_demo.customers --query tcloud_demo.stg_customers "select * from tcloud_demo.stg_customers limit 5" \