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)