Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7b62e2d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou committed Jun 19, 2024
1 parent 1c6f714 commit 89e254e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rj_smtr/veiculo/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ <h1 class="title">Module <code>pipelines.rj_smtr.veiculo.flows</code></h1>

from pipelines.rj_smtr.constants import constants

from pipelines.rj_smtr.schedules import (
every_day_hour_seven,
)
# from pipelines.rj_smtr.schedules import (
# every_day_hour_seven,
# )
from pipelines.rj_smtr.tasks import (
create_date_hour_partition,
create_local_partition_path,
Expand Down Expand Up @@ -170,7 +170,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.veiculo.flows</code></h1>
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
sppo_licenciamento_captura.schedule = every_day_hour_seven
# sppo_licenciamento_captura.schedule = every_day_hour_seven

with Flow(
f&#34;SMTR: {constants.VEICULO_DATASET_ID.value} {constants.SPPO_INFRACAO_TABLE_ID.value} - Captura&#34;,
Expand Down Expand Up @@ -249,7 +249,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.veiculo.flows</code></h1>
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_AGENT_LABEL.value],
)
sppo_infracao_captura.schedule = every_day_hour_seven
# sppo_infracao_captura.schedule = every_day_hour_seven

# flake8: noqa: E501
with Flow(
Expand Down Expand Up @@ -322,7 +322,7 @@ <h1 class="title">Module <code>pipelines.rj_smtr.veiculo.flows</code></h1>
flow=veiculo_sppo_registro_agente_verao_captura,
default_parameters=constants.SPPO_REGISTRO_AGENTE_VERAO_PARAMS.value,
)
veiculo_sppo_registro_agente_verao_captura.schedule = every_day_hour_seven</code></pre>
# veiculo_sppo_registro_agente_verao_captura.schedule = every_day_hour_seven</code></pre>
</details>
</section>
<section>
Expand Down

0 comments on commit 89e254e

Please sign in to comment.