Skip to content

Commit

Permalink
Deploying to gh-pages from @ 33fd24b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou committed Jun 13, 2024
1 parent c19f5d9 commit 1c6f714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rj_smtr/controle_financeiro/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.controle_financeiro.flows</code
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 = &#34;SMTR: Controle Financeiro CETT - Captura&#34;
Expand All @@ -109,7 +109,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.controle_financeiro.flows</code
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 @@ -193,7 +193,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.controle_financeiro.flows</code
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)

arquivo_retorno_captura.schedule = every_friday_seven_thirty</code></pre>
# arquivo_retorno_captura.schedule = every_friday_seven_thirty</code></pre>
</details>
</section>
<section>
Expand Down

0 comments on commit 1c6f714

Please sign in to comment.