Skip to content

Commit

Permalink
make requested chagnes
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Apr 24, 2024
1 parent bfe5e64 commit ab65095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ select
) id_municipio,
safe_cast(peso_liquido_kg as int64) peso_liquido_kg,
safe_cast(valor_fob_dolar as int64) valor_fob_dolar
from `basedosdados-dev.br_me_comex_stat_staging.municipio_importacao` as t
from `basedosdados-staging.br_me_comex_stat_staging.municipio_importacao` as t
{% if is_incremental() %}
where
date(cast(ano as int64), cast(mes as int64), 1)
Expand Down

0 comments on commit ab65095

Please sign in to comment.