From aa852b352fa05ef08ec682ceda7daebf5ac33187 Mon Sep 17 00:00:00 2001 From: Rafael Pinheiro Date: Fri, 20 Dec 2024 10:24:44 -0300 Subject: [PATCH] corrige variavel datario --- pipelines/treatment/datario/flows.py | 2 +- pipelines/treatment/monitoramento/flows.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/treatment/datario/flows.py b/pipelines/treatment/datario/flows.py index 219fa671..c23da9e1 100644 --- a/pipelines/treatment/datario/flows.py +++ b/pipelines/treatment/datario/flows.py @@ -8,7 +8,7 @@ from pipelines.treatment.datario.constants import constants from pipelines.treatment.templates.flows import create_default_materialization_flow -VIAGEM_INFORMADA_MATERIALIZACAO = create_default_materialization_flow( +DATARIO_MATERIALIZACAO = create_default_materialization_flow( flow_name="datario - materializacao", selector=constants.DATARIO_SELECTOR.value, agent_label=smtr_constants.RJ_SMTR_AGENT_LABEL.value, diff --git a/pipelines/treatment/monitoramento/flows.py b/pipelines/treatment/monitoramento/flows.py index 32665187..14481f73 100644 --- a/pipelines/treatment/monitoramento/flows.py +++ b/pipelines/treatment/monitoramento/flows.py @@ -2,7 +2,7 @@ """ Flows de tratamento dos dados de monitoramento -DBT: 2024-11-21 +DBT: 2024-12-20 """ from copy import deepcopy