From 882cd07a829821b583b71fe75c01648aaa293dbe Mon Sep 17 00:00:00 2001 From: Jordan Stein Date: Mon, 6 May 2024 15:45:11 -0700 Subject: [PATCH] add comment --- models/marts/customer360/orders.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/marts/customer360/orders.sql b/models/marts/customer360/orders.sql index c46a96d..8c32590 100644 --- a/models/marts/customer360/orders.sql +++ b/models/marts/customer360/orders.sql @@ -1,5 +1,5 @@ with - +--test orders as ( select * from {{ ref('stg_orders')}}