Skip to content

Commit

Permalink
verifica alterações planejamento
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou committed Nov 12, 2024
1 parent 59bbbb9 commit 0ade9f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/treatment/monitoramento/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
)
from pipelines.schedules import cron_every_hour_minute_6
from pipelines.treatment.monitoramento.constants import constants
from pipelines.treatment.planejamento.constants import (
constants as planejamento_constants,
)
from pipelines.treatment.templates.flows import create_default_materialization_flow

VIAGEM_INFORMADA_MATERIALIZACAO = create_default_materialization_flow(
Expand All @@ -29,6 +32,7 @@
agent_label=smtr_constants.RJ_SMTR_AGENT_LABEL.value,
wait=[
constants.VIAGEM_INFORMADA_SELECTOR.value,
planejamento_constants.PLANEJAMENTO_DIARIO_SELECTOR.value,
{
"redis_key": f"{smtr_constants.GPS_SPPO_DATASET_ID.value}\
.{smtr_constants.GPS_SPPO_TREATED_TABLE_ID.value}",
Expand Down

0 comments on commit 0ade9f3

Please sign in to comment.