Skip to content

Commit

Permalink
[HOTFIX] Corrige variavel flow do datario (#367)
Browse files Browse the repository at this point in the history
* altera local da task log_discord

* cria flow de verificacao de conexao com a jae

* move task log_discord

* cria funcao para testar conexao com banco de dados

* remove prefixo do filtro de flows

* flow config

* ajusta mensagem do discord

* desativa materializacao viagem_planejada_planejamento

* add changelog

* link pr

* trata dados nulos

* corrige variavel datario

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
pixuimpou and mergify[bot] authored Dec 20, 2024
1 parent af22590 commit 4dde4ca
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 4dde4ca

Please sign in to comment.