From b684edc5e7dae037d3c2ceb66f1c1a647509a8ca Mon Sep 17 00:00:00 2001 From: Rafael Carvalho Pinheiro <74972217+pixuimpou@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:09:08 -0300 Subject: [PATCH] =?UTF-8?q?Migra=C3=A7=C3=A3o=20-=20Desliga=20schedule=20R?= =?UTF-8?q?DO=20(#709)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit desativa schedule rdo --- pipelines/rj_smtr/br_rj_riodejaneiro_rdo/flows.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pipelines/rj_smtr/br_rj_riodejaneiro_rdo/flows.py b/pipelines/rj_smtr/br_rj_riodejaneiro_rdo/flows.py index 232c42ea0..b94305b11 100644 --- a/pipelines/rj_smtr/br_rj_riodejaneiro_rdo/flows.py +++ b/pipelines/rj_smtr/br_rj_riodejaneiro_rdo/flows.py @@ -24,7 +24,8 @@ get_current_timestamp, set_last_run_timestamp, ) -from pipelines.rj_smtr.schedules import every_day + +# from pipelines.rj_smtr.schedules import every_day # from pipelines.rj_smtr.br_rj_riodejaneiro_rdo.schedules import every_two_weeks from pipelines.utils.decorators import Flow @@ -184,7 +185,7 @@ image=emd_constants.DOCKER_IMAGE.value, labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value], ) -rho_captura_tratamento.schedule = every_day +# rho_captura_tratamento.schedule = every_day with Flow( "SMTR: RDO - Captura", @@ -232,7 +233,7 @@ image=emd_constants.DOCKER_IMAGE.value, labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value], ) -captura_sppo_rdo.schedule = every_day +# captura_sppo_rdo.schedule = every_day # captura_sppo_rho = deepcopy(captura_sppo_rdo)