From 5e3d40baac35f770010cdc0b1e8014ddcd0d6f1f Mon Sep 17 00:00:00 2001 From: Rafael Date: Mon, 24 Jun 2024 13:31:40 -0300 Subject: [PATCH] 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)