From 89e254effcb06bbc79cd495b82bb564bd85754fb Mon Sep 17 00:00:00 2001 From: pixuimpou <74972217+pixuimpou@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:31:19 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20prefeitu?= =?UTF-8?q?ra-rio/pipelines@7b62e2d8ec0c4ed6f49f58e48b55cfddebfc2e02=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rj_smtr/veiculo/flows.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rj_smtr/veiculo/flows.html b/rj_smtr/veiculo/flows.html index 4248a17d1..5710b5152 100644 --- a/rj_smtr/veiculo/flows.html +++ b/rj_smtr/veiculo/flows.html @@ -57,9 +57,9 @@

Module pipelines.rj_smtr.veiculo.flows

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, @@ -170,7 +170,7 @@

Module pipelines.rj_smtr.veiculo.flows

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", @@ -249,7 +249,7 @@

Module pipelines.rj_smtr.veiculo.flows

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( @@ -322,7 +322,7 @@

Module pipelines.rj_smtr.veiculo.flows

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