Skip to content

Commit

Permalink
fix: fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed May 22, 2024
1 parent c9bcfca commit dbcbc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/br_ms_sih/br_ms_sih__aihs_reduzidas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ select
safe_cast(val_uti as float64) valor_uti,
safe_cast(us_tot as float64) valor_dolar,
safe_cast(val_tot as float64) valor_aih,
from `basedosdados-dev.br_ms_sih_staging.aihs_reduzidas` as t
from `basedosdados-staging.br_ms_sih_staging.aihs_reduzidas` as t
{% if is_incremental() %}
where
date(cast(ano as int64), cast(mes as int64), 1)
Expand Down

0 comments on commit dbcbc02

Please sign in to comment.