Skip to content

Commit

Permalink
Bilhetagem - Adiciona tratamento de valores nulos na coluna `tipo_tra…
Browse files Browse the repository at this point in the history
…nsacao_detalhe_smtr` (#261)

* correção tipo_transacao_detalhe_smtr

* add changelog

* altera data DBT

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
pixuimpou and mergify[bot] authored Oct 7, 2024
1 parent 00fe958 commit 37bbbf9
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 374 deletions.
2 changes: 1 addition & 1 deletion pipelines/migration/br_rj_riodejaneiro_bilhetagem/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Flows for br_rj_riodejaneiro_bilhetagem
DBT: 2024-09-16 2
DBT: 2024-10-07
"""

from copy import deepcopy
Expand Down
6 changes: 6 additions & 0 deletions queries/models/br_rj_riodejaneiro_bilhetagem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog - bilhetagem

## [2.5.1] - 2024-10-07

### Alterado
- Retira tratamento de valores nulos da coluna `tipo_gratuidade` no modelo `transacao.sql` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/261)
- Adiciona tratamento de valores nulos na coluna `tipo_transacao_detalhe_smtr` no modelo `aux_passageiros_hora.sql` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/261)

## [2.5.0] - 2024-09-10

### Alterado
Expand Down
Loading

0 comments on commit 37bbbf9

Please sign in to comment.