Skip to content

Commit

Permalink
[gtfs] Altera constante GTFS_TABLE_CAPTURE_PARAMS (#690)
Browse files Browse the repository at this point in the history
* commit inicial

* Atualiza changelog

* Atualiza changelog

* Atualiza changelog

* Reverte enriquecimento de logs da task `get_raw_from_sources`

* Corrige E226

* Altera constante `GTFS_TABLE_CAPTURE_PARAMS`

* Atualiza changelog

* Atualiza changelog

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
eng-rodrigocunha and mergify[bot] authored May 22, 2024
1 parent 186748e commit e9a2016
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 e9a2016

Please sign in to comment.