Skip to content

Commit

Permalink
Merge branch 'master' into staging/captura-controle-cct
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed May 22, 2024
2 parents 838b3be + e9a2016 commit c0277c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pipelines/rj_smtr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog - rj_smtr

## [1.0.1] - 2024-05-22

### Alterado

- Altera `primary_key` da constante `GTFS_TABLE_CAPTURE_PARAMS` relativa a `ordem_servico_trajeto_alternativo` (https://github.com/prefeitura-rio/pipelines/pull/690)

## [1.0.0] - 2024-05-21

### Alterado
Expand All @@ -8,4 +14,5 @@
- Altera constantes e parâmetros de captura e materialização relacionados aos flows `br_rj_riodejaneiro_gtfs` (https://github.com/prefeitura-rio/pipelines/pull/687)

### Corrigido

- Corrige erro `pipelines/rj_smtr/tasks.py:116:64: E226 missing whitespace around arithmetic operator` na task `build_incremental_model` (https://github.com/prefeitura-rio/pipelines/pull/687)
2 changes: 1 addition & 1 deletion pipelines/rj_smtr/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ class constants(Enum): # pylint: disable=c0103
},
{
"table_id": "ordem_servico_trajeto_alternativo",
"primary_key": ["servico", "tipo_os"],
"primary_key": ["servico", "tipo_os", "evento"],
"extract_params": {"filename": "ordem_servico_trajeto_alternativo"},
},
{
Expand Down

0 comments on commit c0277c7

Please sign in to comment.