Skip to content

Commit

Permalink
Merge branch 'main' into staging/flow-movidesk
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 13, 2025
2 parents eaec647 + e7fed7b commit a618483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2025-01-06
DBT: 2025-01-13
"""

from copy import deepcopy
Expand Down
4 changes: 2 additions & 2 deletions queries/models/br_rj_riodejaneiro_bilhetagem/integracao.sql
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ from complete_partitions
where id_integracao not in (select id_integracao from integracoes_teste_invalidas)
qualify
row_number() over (
partition by id_integracao, id_transacao, priority
order by datetime_processamento_integracao desc
partition by id_integracao, id_transacao
order by datetime_processamento_integracao desc, priority
)
= 1

0 comments on commit a618483

Please sign in to comment.