Skip to content

Commit

Permalink
Merge branch 'main' into staging/add_gtfs_validator
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 29, 2024
2 parents bd0a900 + 536a64b commit 7a21bd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog - br_rj_riodejaneiro_bilhetagem

## [1.4.3] - 2024-08-29

### Corrigido

- Remove verificação de sources da materialização da`passageiros_hora` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/173)

## [1.4.2] - 2024-08-28

### Corrigido
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@ class constants(Enum): # pylint: disable=c0103
"version": {},
},
"exclude": "+transacao",
"source_dataset_ids": [],
"source_table_ids": [],
"capture_intervals_minutes": [],
}

BILHETAGEM_MATERIALIZACAO_DASHBOARD_CONTROLE_VINCULO_PARAMS = {
Expand Down

0 comments on commit 7a21bd0

Please sign in to comment.