Skip to content

Commit

Permalink
Merge branch 'master' into staging/smtr-subsidio-insere-task-qualidad…
Browse files Browse the repository at this point in the history
…e-dados
  • Loading branch information
mergify[bot] authored Jun 19, 2024
2 parents 8069e32 + 7b62e2d commit 59a5d1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pipelines/rj_smtr/veiculo/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

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 @@ -141,7 +141,7 @@
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"SMTR: {constants.VEICULO_DATASET_ID.value} {constants.SPPO_INFRACAO_TABLE_ID.value} - Captura",
Expand Down Expand Up @@ -220,7 +220,7 @@
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 @@ -293,4 +293,4 @@
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
# veiculo_sppo_registro_agente_verao_captura.schedule = every_day_hour_seven

0 comments on commit 59a5d1e

Please sign in to comment.