Skip to content

Commit

Permalink
Add integer casting to dx and px dedupe models
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-tuva committed Nov 18, 2024
1 parent 3da0860 commit 0d1958d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/intermediate/int_diagnosis_deduped.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ select
, cast(bene_hic_num as {{ dbt.type_string() }} ) as bene_hic_num
, cast(clm_type_cd as {{ dbt.type_string() }} ) as clm_type_cd
, cast(clm_prod_type_cd as {{ dbt.type_string() }} ) as clm_prod_type_cd
, cast(clm_val_sqnc_num as {{ dbt.type_string() }} ) as clm_val_sqnc_num
, cast(clm_val_sqnc_num as integer) as clm_val_sqnc_num
, cast(clm_dgns_cd as {{ dbt.type_string() }} ) as clm_dgns_cd
, cast(bene_eqtbl_bic_hicn_num as {{ dbt.type_string() }} ) as bene_eqtbl_bic_hicn_num
, cast(prvdr_oscar_num as {{ dbt.type_string() }} ) as prvdr_oscar_num
Expand Down

0 comments on commit 0d1958d

Please sign in to comment.