Skip to content

Commit

Permalink
Merge branch 'main' into add_format_sql
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 20, 2024
2 parents f761dcb + 4dde4ca commit d2380f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/treatment/datario/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pipelines/treatment/monitoramento/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Flows de tratamento dos dados de monitoramento
DBT: 2024-11-21
DBT: 2024-12-20
"""

from copy import deepcopy
Expand Down

0 comments on commit d2380f0

Please sign in to comment.