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 f418935 commit a275ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/intermediate/int_procedure_deduped.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ select
, cast(bene_mbi_id as {{ dbt.type_string() }} ) as bene_mbi_id
, 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_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_prcdr_cd as {{ dbt.type_string() }} ) as clm_prcdr_cd
, cast(clm_prcdr_prfrm_dt as {{ dbt.type_string() }} ) as clm_prcdr_prfrm_dt
, cast(bene_eqtbl_bic_hicn_num as {{ dbt.type_string() }} ) as bene_eqtbl_bic_hicn_num
Expand Down

0 comments on commit a275ef1

Please sign in to comment.