Skip to content

Commit

Permalink
taking out the lowercase edits
Browse files Browse the repository at this point in the history
  • Loading branch information
coryamanda committed Dec 17, 2024
1 parent e2414c0 commit 9b4703c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt/models/marts/hoc/dim_hoc_starts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ final as (
then 1
else 0
end as is_flagged_for_quality
, lower(hoc_activity.city) as city
, lower(hoc_activity.country) as country
, hoc_activity.city as city
, hoc_activity.country as country
, hoc_activity.state
, hoc_activity.state_code
--, hoc_activity.country_code
Expand Down

0 comments on commit 9b4703c

Please sign in to comment.