Skip to content

Commit

Permalink
Merge pull request #55 from dagster-io/izzy/rename_sling_asset
Browse files Browse the repository at this point in the history
fixed column name
  • Loading branch information
izzye84 authored Dec 13, 2023
2 parents 10ab4c6 + 91e8195 commit 746cfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_project/models/ANALYTICS/orders_augmented.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ select
o.*,
u.company,
l.state,
l_zip_code
l.zip_code
from {{ ref("orders_cleaned") }} o

left join {{ ref("users_cleaned") }} u
Expand Down

0 comments on commit 746cfa6

Please sign in to comment.