From 987b963149fa79f8157a4ce8e561bd7444222463 Mon Sep 17 00:00:00 2001 From: Rodrigo Cunha <66736583+eng-rodrigocunha@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:03:11 -0300 Subject: [PATCH] Desliga schedule dos flows `sppo_infracao_captura` e `sppo_licenciamento_captura` (#672) * commit inicial * Atualiza changelog * Atualiza changelog --- pipelines/rj_smtr/veiculo/CHANGELOG.md | 7 +++++++ pipelines/rj_smtr/veiculo/flows.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 pipelines/rj_smtr/veiculo/CHANGELOG.md diff --git a/pipelines/rj_smtr/veiculo/CHANGELOG.md b/pipelines/rj_smtr/veiculo/CHANGELOG.md new file mode 100644 index 000000000..741876b45 --- /dev/null +++ b/pipelines/rj_smtr/veiculo/CHANGELOG.md @@ -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) \ No newline at end of file diff --git a/pipelines/rj_smtr/veiculo/flows.py b/pipelines/rj_smtr/veiculo/flows.py index 9b5e0eaaf..95cfc721a 100644 --- a/pipelines/rj_smtr/veiculo/flows.py +++ b/pipelines/rj_smtr/veiculo/flows.py @@ -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", @@ -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(