@@ -61,7 +61,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.country
61
61
city VARCHAR (16777216 ),
62
62
city_population VARCHAR (16777216 )
63
63
)
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"}}' ;
65
65
66
66
-- franchise table build
67
67
CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .franchise
@@ -74,7 +74,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.franchise
74
74
e_mail VARCHAR (16777216 ),
75
75
phone_number VARCHAR (16777216 )
76
76
)
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"}}' ;
78
78
79
79
-- location table build
80
80
CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .location
@@ -87,7 +87,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.location
87
87
iso_country_code VARCHAR (16777216 ),
88
88
country VARCHAR (16777216 )
89
89
)
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"}}' ;
91
91
92
92
-- menu table build
93
93
CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .menu
@@ -104,7 +104,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.menu
104
104
sale_price_usd NUMBER (38 ,4 ),
105
105
menu_item_health_metrics_obj VARIANT
106
106
)
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"}}' ;
108
108
109
109
-- truck table build
110
110
CREATE OR REPLACE TABLE tasty_bytes_dbt_db .raw .truck
@@ -124,7 +124,7 @@ CREATE OR REPLACE TABLE tasty_bytes_dbt_db.raw.truck
124
124
franchise_id NUMBER (38 ,0 ),
125
125
truck_opening_date DATE
126
126
)
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"}}' ;
128
128
129
129
-- order_header table build
130
130
CREATE 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
146
146
order_discount_amount VARCHAR (16777216 ),
147
147
order_total NUMBER (38 ,4 )
148
148
)
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"}}' ;
150
150
151
151
-- order_detail table build
152
152
CREATE 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
161
161
price NUMBER (38 ,4 ),
162
162
order_item_discount_amount VARCHAR (16777216 )
163
163
)
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"}}' ;
165
165
166
166
-- customer loyalty table build
167
167
CREATE 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
182
182
e_mail VARCHAR (16777216 ),
183
183
phone_number VARCHAR (16777216 )
184
184
)
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"}}' ;
186
186
187
187
/* --
188
188
raw zone table load
0 commit comments