Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci script test #67

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ models:
+materialized: view
marts:
+materialized: table

saved-queries:
+cache:
enabled: true
2 changes: 1 addition & 1 deletion models/marts/customer360/order_items.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ order_supplies_summary as (
joined as (
select
order_items.*,
products.product_price,
products.product_price as product_price_renamed,
order_supplies_summary.supply_cost,
products.is_food_item,
products.is_drink_item,
Expand Down
1 change: 1 addition & 0 deletions models/marts/customer360/order_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ saved_queries:
- name: order_data_key_metrics
config:
export_as: table

- name: weekly_revenue
description: Weekly revenue
query_params:
Expand Down
Loading