@@ -61,7 +61,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.country
6161 city VARCHAR (16777216 ),
6262 city_population VARCHAR (16777216 )
6363)
64- COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":0 , "source":"sql"}}' ;
64+ COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":1 , "source":"sql"}}' ;
6565
6666-- franchise table build
6767CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .franchise
@@ -74,7 +74,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.franchise
7474 e_mail VARCHAR (16777216 ),
7575 phone_number VARCHAR (16777216 )
7676)
77- COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":0 , "source":"sql"}}' ;
77+ COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":1 , "source":"sql"}}' ;
7878
7979-- location table build
8080CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .location
@@ -87,7 +87,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.location
8787 iso_country_code VARCHAR (16777216 ),
8888 country VARCHAR (16777216 )
8989)
90- COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":0 , "source":"sql"}}' ;
90+ COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":1 , "source":"sql"}}' ;
9191
9292-- menu table build
9393CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .menu
@@ -104,7 +104,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.menu
104104 sale_price_usd NUMBER (38 ,4 ),
105105 menu_item_health_metrics_obj VARIANT
106106)
107- COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":0 , "source":"sql"}}' ;
107+ COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":1 , "source":"sql"}}' ;
108108
109109-- truck table build
110110CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .truck
@@ -124,7 +124,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.truck
124124 franchise_id NUMBER (38 ,0 ),
125125 truck_opening_date DATE
126126)
127- COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":0 , "source":"sql"}}' ;
127+ COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":1 , "source":"sql"}}' ;
128128
129129-- order_header table build
130130CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .order_header
@@ -146,7 +146,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.order_header
146146 order_discount_amount VARCHAR (16777216 ),
147147 order_total NUMBER (38 ,4 )
148148)
149- COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":0 , "source":"sql"}}' ;
149+ COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":1 , "source":"sql"}}' ;
150150
151151-- order_detail table build
152152CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .order_detail
@@ -161,7 +161,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.order_detail
161161 price NUMBER (38 ,4 ),
162162 order_item_discount_amount VARCHAR (16777216 )
163163)
164- COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":0 , "source":"sql"}}' ;
164+ COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":1 , "source":"sql"}}' ;
165165
166166-- customer loyalty table build
167167CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .customer_loyalty
@@ -182,7 +182,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.customer_loyalty
182182 e_mail VARCHAR (16777216 ),
183183 phone_number VARCHAR (16777216 )
184184)
185- COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":0 , "source":"sql"}}' ;
185+ COMMENT = ' {"origin":"sf_sit-is", "name":"tasty-bytes-dbt", "version":{"major":1, "minor":0}, "attributes":{"is_quickstart":1 , "source":"sql"}}' ;
186186
187187/* --
188188 raw zone table load
0 commit comments