Skip to content

Commit

Permalink
Re-add seed files for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 13, 2024
1 parent 7d5bf1d commit 86bbfed
Show file tree
Hide file tree
Showing 7 changed files with 149,559 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ profile: default
model-paths: ["models"]
analysis-paths: ["analyses"]
test-paths: ["data-tests"]
seed-paths: ["jaffle-data", "seeds"]
seed-paths: ["seeds"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]

Expand Down
938 changes: 938 additions & 0 deletions jaffle-data/raw_customers.csv

Large diffs are not rendered by default.

87,836 changes: 87,836 additions & 0 deletions jaffle-data/raw_items.csv

Large diffs are not rendered by default.

60,700 changes: 60,700 additions & 0 deletions jaffle-data/raw_orders.csv

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions jaffle-data/raw_products.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sku,name,type,price,description
JAF-001,nutellaphone who dis?,jaffle,1100,nutella and banana jaffle
JAF-002,doctor stew,jaffle,1100,house-made beef stew jaffle
JAF-003,the krautback,jaffle,1200,lamb and pork bratwurst with house-pickled cabbage sauerkraut and mustard
JAF-004,flame impala,jaffle,1400,"pulled pork and pineapple al pastor marinated in ghost pepper sauce, kevin parker's favorite! "
JAF-005,mel-bun,jaffle,1200,"melon and minced beef bao, in a jaffle, savory and sweet"
BEV-001,tangaroo,beverage,600,mango and tangerine smoothie
BEV-002,chai and mighty,beverage,500,oatmilk chai latte with protein boost
BEV-003,vanilla ice,beverage,600,iced coffee with house-made french vanilla syrup
BEV-004,for richer or pourover ,beverage,700,daily selection of single estate beans for a delicious hot pourover
BEV-005,adele-ade,beverage,400,"a kiwi and lime agua fresca, hello from the other side of thirst"
7 changes: 7 additions & 0 deletions jaffle-data/raw_stores.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
id,name,opened_at,tax_rate
9866b3be-641d-4ce8-83e0-8bcde190ae08,Philadelphia,2016-09-01T00:00:00,0.06
d12f52f4-fd06-4607-8516-f0868be0e00e,Brooklyn,2017-03-12T00:00:00,0.04
b015d45a-d9a0-49fc-ac3a-b3874d8f02bc,Chicago,2018-04-29T00:00:00,0.0625
9f87ba58-0a5a-4c1e-9bb6-ace485db57e0,San Francisco,2018-05-09T00:00:00,0.075
64f51815-3e77-4c1a-b005-fc0707df1c96,New Orleans,2019-03-10T00:00:00,0.04
fb803aab-c8fb-41a8-944b-5c197abb363a,Los Angeles,2019-09-13T00:00:00,0.08
66 changes: 66 additions & 0 deletions jaffle-data/raw_supplies.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
id,name,cost,perishable,sku
SUP-001,compostable cutlery - knife,7,False,JAF-001
SUP-002,cutlery - fork,7,False,JAF-001
SUP-003,serving boat,11,False,JAF-001
SUP-004,napkin,4,False,JAF-001
SUP-009,bread,33,True,JAF-001
SUP-011,nutella,46,True,JAF-001
SUP-012,banana,13,True,JAF-001
SUP-001,compostable cutlery - knife,7,False,JAF-002
SUP-002,cutlery - fork,7,False,JAF-002
SUP-003,serving boat,11,False,JAF-002
SUP-004,napkin,4,False,JAF-002
SUP-009,bread,33,True,JAF-002
SUP-010,cheese,20,True,JAF-002
SUP-013,beef stew,169,True,JAF-002
SUP-001,compostable cutlery - knife,7,False,JAF-003
SUP-002,cutlery - fork,7,False,JAF-003
SUP-003,serving boat,11,False,JAF-003
SUP-004,napkin,4,False,JAF-003
SUP-009,bread,33,True,JAF-003
SUP-010,cheese,20,True,JAF-003
SUP-014,lamb and pork bratwurst,234,True,JAF-003
SUP-015,house-pickled cabbage sauerkraut,43,True,JAF-003
SUP-016,mustard,7,True,JAF-003
SUP-001,compostable cutlery - knife,7,False,JAF-004
SUP-002,cutlery - fork,7,False,JAF-004
SUP-003,serving boat,11,False,JAF-004
SUP-004,napkin,4,False,JAF-004
SUP-009,bread,33,True,JAF-004
SUP-010,cheese,20,True,JAF-004
SUP-017,pulled pork,215,True,JAF-004
SUP-018,pineapple,26,True,JAF-004
SUP-021,ghost pepper sauce,20,True,JAF-004
SUP-001,compostable cutlery - knife,7,False,JAF-005
SUP-002,cutlery - fork,7,False,JAF-005
SUP-003,serving boat,11,False,JAF-005
SUP-004,napkin,4,False,JAF-005
SUP-009,bread,33,True,JAF-005
SUP-010,cheese,20,True,JAF-005
SUP-019,melon,33,True,JAF-005
SUP-020,minced beef,124,True,JAF-005
SUP-005,16oz compostable clear cup,13,False,BEV-001
SUP-006,16oz compostable clear lid,4,False,BEV-001
SUP-007,biodegradable straw,13,False,BEV-001
SUP-022,mango,32,True,BEV-001
SUP-023,tangerine,20,True,BEV-001
SUP-005,16oz compostable clear cup,13,False,BEV-002
SUP-006,16oz compostable clear lid,4,False,BEV-002
SUP-007,biodegradable straw,13,False,BEV-002
SUP-008,chai mix,98,True,BEV-002
SUP-024,oatmilk,11,True,BEV-002
SUP-025,whey protein,36,True,BEV-002
SUP-005,16oz compostable clear cup,13,False,BEV-003
SUP-006,16oz compostable clear lid,4,False,BEV-003
SUP-007,biodegradable straw,13,False,BEV-003
SUP-026,coffee,52,True,BEV-003
SUP-027,french vanilla syrup,72,True,BEV-003
SUP-005,16oz compostable clear cup,13,False,BEV-004
SUP-006,16oz compostable clear lid,4,False,BEV-004
SUP-007,biodegradable straw,13,False,BEV-004
SUP-026,coffee,52,True,BEV-004
SUP-005,16oz compostable clear cup,13,False,BEV-005
SUP-006,16oz compostable clear lid,4,False,BEV-005
SUP-007,biodegradable straw,13,False,BEV-005
SUP-028,kiwi,20,True,BEV-005
SUP-029,lime,13,True,BEV-005

0 comments on commit 86bbfed

Please sign in to comment.