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