Skip to content

Commit

Permalink
Merge branch 'main' into staging/gps-sppo-15-min
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 19, 2024
2 parents 83db57b + 71fd7a4 commit 970c8b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog - br_rj_riodejaneiro_bilhetagem

## [1.3.1] - 2024-08-19

### Alterado

- Adiciona tabela do subsídio no exclude da materialização das tabelas do GPS do validador (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/150)

## [1.3.0] - 2024-08-05

### Adicionado
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ class constants(Enum): # pylint: disable=c0103
"dataset_id": smtr_constants.BILHETAGEM_DATASET_ID.value,
"upstream": True,
"downstream": True,
"exclude": f"{BILHETAGEM_EXCLUDE} veiculo_validacao veiculo_indicadores_dia",
"exclude": f"{BILHETAGEM_EXCLUDE} veiculo_validacao veiculo_indicadores_dia \
viagem_transacao+",
"dbt_vars": {
"date_range": {
"table_run_datetime_column_name": "datetime_captura",
Expand Down
1 change: 1 addition & 0 deletions queries/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ vars:
sppo_registros_staging: "rj-smtr-staging.br_rj_riodejaneiro_onibus_gps_staging.registros"
sppo_realocacao_staging: "rj-smtr-staging.br_rj_riodejaneiro_onibus_gps_staging.realocacao"
data_inicio_realocacao: "2022-11-15"
fifteen_minutes: ""

# Parametros de intersecção do ônibus com rota
## Tamanho do buffer da rota
Expand Down

0 comments on commit 970c8b4

Please sign in to comment.