Skip to content

Commit a482ba6

Browse files
authored
Merge branch 'master' into staging/cor_satelite
2 parents 9b2cbad + 93b99c6 commit a482ba6

File tree

1 file changed

+1
-1
lines changed
  • pipelines/rj_escritorio/geolocator

1 file changed

+1
-1
lines changed

pipelines/rj_escritorio/geolocator/tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def seleciona_enderecos_novos() -> Tuple[pd.DataFrame, bool]:
4545
SAFE_CAST(SAFE_CAST(ds_endereco_numero AS INT) AS STRING) numero_porta,
4646
CONCAT(no_logradouro, ' ', SAFE_CAST(SAFE_CAST(ds_endereco_numero AS INT) AS STRING), ', ', no_bairro,
4747
', ', 'Rio de Janeiro, RJ, Brasil') endereco_completo
48-
FROM `rj-segovi.administracao_servicos_publicos_staging.chamado_1746`
48+
FROM `rj-segovi.adm_central_atendimento_1746_staging.chamado`
4949
WHERE no_logradouro IS NOT NULL
5050
AND CAST(dt_inicio AS TIMESTAMP) BETWEEN DATE_ADD(CAST(CURRENT_DATE() AS TIMESTAMP), INTERVAL -1 DAY) AND CURRENT_TIMESTAMP()
5151
)

0 commit comments

Comments
 (0)