Skip to content

Commit

Permalink
desativa schedules controle financeiro
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou committed Jun 13, 2024
1 parent 7112609 commit fa369ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/rj_smtr/controle_financeiro/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
default_parameters=constants.SHEETS_CAPTURE_DEFAULT_PARAMS.value
| constants.SHEETS_CB_CAPTURE_PARAMS.value,
)
controle_cct_cb_captura.schedule = every_day
# controle_cct_cb_captura.schedule = every_day

controle_cct_cett_captura = deepcopy(default_capture_flow)
controle_cct_cett_captura.name = "SMTR: Controle Financeiro CETT - Captura"
Expand All @@ -80,7 +80,7 @@
default_parameters=constants.SHEETS_CAPTURE_DEFAULT_PARAMS.value
| constants.SHEETS_CETT_CAPTURE_PARAMS.value,
)
controle_cct_cett_captura.schedule = every_day
# controle_cct_cett_captura.schedule = every_day


with Flow(
Expand Down Expand Up @@ -164,4 +164,4 @@
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)

arquivo_retorno_captura.schedule = every_friday_seven_thirty
# arquivo_retorno_captura.schedule = every_friday_seven_thirty

0 comments on commit fa369ea

Please sign in to comment.