Skip to content

Commit

Permalink
Merge pull request #107 from T-Dunlap/scd_type1_and_type2
Browse files Browse the repository at this point in the history
fixing fct_orders
  • Loading branch information
T-Dunlap authored Oct 10, 2023
2 parents 04d3dba + 50a1415 commit f022560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/core/fct_orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final as (
{{ dbt_utils.surrogate_key(['orders.order_key', 'orders.order_date','orders.customer_key']) }} as order_sk,
orders.order_key,
orders.order_date,
orders.customer_keyz,
orders.customer_key,
orders.status_code,
orders.priority_code,
orders.ship_priority,
Expand Down

0 comments on commit f022560

Please sign in to comment.