Skip to content

Commit

Permalink
Merge branch 'staging/apuracao-faixa-horaria-subsidio' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/prefeitura-rio/pipelines_rj_smtr into staging/apuracao-faixa-horaria-subsidio
  • Loading branch information
akaBotelho committed Aug 22, 2024
2 parents ec25cc5 + abc4d85 commit bc5050e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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-08-21
DBT: 2024-08-21 2
"""

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

## [1.1.1] - 2024-08-21

### Corrigido
- Remove pernas nulas no modelo `integracao_nao_realizada.sql` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/159)
-
## [1.1.0] - 2024-08-21

### Adicionado
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,5 @@ SELECT
FROM
melted
WHERE
id_integracao IN (SELECT id_integracao FROM integracao_nao_realizada)
id_integracao IN (SELECT id_integracao FROM integracao_nao_realizada)
AND id_transacao IS NOT NULL

0 comments on commit bc5050e

Please sign in to comment.