Skip to content

Commit

Permalink
Hotfix Bilhetagem - Adiciona espaço nos modelos exclude da validação …
Browse files Browse the repository at this point in the history
…Jaé (#689)

* adiciona tabela servicos no exclude da bilhetagem

* adiciona changelog

* corrige materializações

* atualiza changelog

* corrige espaço materialização validacao jae

* adiciona changelog

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
pixuimpou and mergify[bot] committed May 22, 2024
1 parent e9a2016 commit 26f06bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog - br_rj_riodejaneiro_bilhetagem

## [1.0.1] - 2024-05-22

### Corrigido

- Corrige exclude nos parâmetros da pipeline `bilhetagem_validacao_jae` (https://github.com/prefeitura-rio/pipelines/pull/689)

## [1.0.0] - 2024-05-17

### Alterado
Expand Down
2 changes: 1 addition & 1 deletion pipelines/rj_smtr/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ class constants(Enum): # pylint: disable=c0103
BILHETAGEM_MATERIALIZACAO_VALIDACAO_JAE_PARAMS = {
"dataset_id": "validacao_dados_jae",
"upstream": True,
"exclude": "+gps_sppo +sppo_veiculo_dia +gps_validador +transacao\
"exclude": "+gps_sppo +sppo_veiculo_dia +gps_validador +transacao \
+ordem_pagamento_dia +integracao +servicos",
"dbt_vars": {
"run_date": {},
Expand Down

0 comments on commit 26f06bb

Please sign in to comment.