Skip to content

Commit dda3cb2

Browse files
Apply suggestions from code review
Co-authored-by: Chase Jones <60072797+chase-jones@users.noreply.github.com>
1 parent a581e5b commit dda3cb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

models/claims_preprocessing/encounters/staging/encounters__prof_and_lower_priority.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ here to access downstream from one place */
77
)
88
}}
99

10-
with cte as (
10+
with prof_and_low_priority_inst_claims as (
1111
select
1212
claim_id
1313
, claim_line_number
@@ -34,4 +34,4 @@ select distinct
3434
, claim_line_number
3535
, data_source
3636
, '{{ var('tuva_last_run') }}' as tuva_last_run
37-
from cte
37+
from prof_and_low_priority_inst_claims

0 commit comments

Comments
 (0)