Skip to content

Commit

Permalink
Desliga schedule dos flows sppo_infracao_captura e `sppo_licenciame…
Browse files Browse the repository at this point in the history
…nto_captura` (#672)

* commit inicial

* Atualiza changelog

* Atualiza changelog
  • Loading branch information
eng-rodrigocunha authored Apr 25, 2024
1 parent 65f41c3 commit 987b963
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions pipelines/rj_smtr/veiculo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog - veiculo

## [1.0.0] - 2024-04-25

### Alterado

- Desliga schedule dos flows `sppo_infracao_captura` e `sppo_licenciamento_captura` em razão de indisponibilidade e geração de dados imprecisos na fonte (SIURB) (https://github.com/prefeitura-rio/pipelines/pull/672)
4 changes: 2 additions & 2 deletions pipelines/rj_smtr/veiculo/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
sppo_licenciamento_captura.schedule = every_day_hour_seven
# sppo_licenciamento_captura.schedule = every_day_hour_seven

with Flow(
f"SMTR: {constants.VEICULO_DATASET_ID.value} {constants.SPPO_INFRACAO_TABLE_ID.value} - Captura",
Expand Down Expand Up @@ -218,7 +218,7 @@
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
sppo_infracao_captura.schedule = every_day_hour_seven
# sppo_infracao_captura.schedule = every_day_hour_seven

# flake8: noqa: E501
with Flow(
Expand Down

0 comments on commit 987b963

Please sign in to comment.