Skip to content

Commit

Permalink
fixing data type
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Jun 6, 2024
1 parent 48af79f commit 0684b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/stage/elation_stage__lab_result.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ select
, result.reference_max as source_reference_range_high
, cast(null as {{ dbt.type_string() }} ) as normalized_reference_range_low
, cast(null as {{ dbt.type_string() }} ) as normalized_reference_range_high
, result.is_abnormal as source_abnormal_flag
, cast(result.is_abnormal as {{ dbt.type_string() }} ) as source_abnormal_flag
, cast(null as {{ dbt.type_string() }} ) as normalized_abnormal_flag
, ord.ordering_provider as ordering_practitioner_id
, cast(null as {{ dbt.type_string() }} ) as specimen
Expand Down

0 comments on commit 0684b5b

Please sign in to comment.