Skip to content

Commit 674f6ea

Browse files
authored
Delete orders_aggregated.sql (#203)
1 parent 8b83729 commit 674f6ea

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

dbt_project/models/CLEANED/orders_aggregated.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

dbt_project/models/CLEANED/orders_cleaned.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ select
33
user_id,
44
quantity,
55
purchase_price,
6-
purchase_price * quantity as total_price,
76
sku,
87
dt,
98
cast(dt as datetime) as order_date,

hooli-data-eng/src/hooli_data_eng/defs/dbt/component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: hooli_data_eng.defs.dbt.component.HooliDbtComponent
22

33
attributes:
44
groups:
5-
- selection: "company_stats locations_cleaned sku_stats company_perf orders_aggregated"
5+
- selection: "company_stats locations_cleaned sku_stats company_perf"
66
run_on_code_version_change: true
77

88
- selection: "weekly_order_summary order_stats"

0 commit comments

Comments
 (0)