Skip to content

Commit

Permalink
Merge branch 'master' into staging/sme_frequencia
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 1, 2024
2 parents 39547f9 + 93b99c6 commit 262f037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/rj_escritorio/geolocator/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def seleciona_enderecos_novos() -> Tuple[pd.DataFrame, bool]:
SAFE_CAST(SAFE_CAST(ds_endereco_numero AS INT) AS STRING) numero_porta,
CONCAT(no_logradouro, ' ', SAFE_CAST(SAFE_CAST(ds_endereco_numero AS INT) AS STRING), ', ', no_bairro,
', ', 'Rio de Janeiro, RJ, Brasil') endereco_completo
FROM `rj-segovi.administracao_servicos_publicos_staging.chamado_1746`
FROM `rj-segovi.adm_central_atendimento_1746_staging.chamado`
WHERE no_logradouro IS NOT NULL
AND CAST(dt_inicio AS TIMESTAMP) BETWEEN DATE_ADD(CAST(CURRENT_DATE() AS TIMESTAMP), INTERVAL -1 DAY) AND CURRENT_TIMESTAMP()
)
Expand Down

0 comments on commit 262f037

Please sign in to comment.