-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Criação do subflow de recaptura de GPS SPPO Realocação (#668)
* criação do subflow de recaptura de GPS SPPO Realocação * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * corrige posicionamento do subflow e table_ids * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * corrige task da recaptura de gps sppo realocação * corrige argumentos das tasks de recaptura realocacao * corrige o intervalo do query_logs para 10 minutos * adiciona parametro recapture_window_days no flow de recaptura de realocação * corrige chamada do parametro recapture_window_days no query_logs * remove duplcação da primeira linha * ajusta arredondamento do timestamp na recaptura * altera line ending * Corrige sequência de tasks no flow recaptura * Atualiza changelog * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * ajusta passagem do parametro timestamp na chamada do subflow * corrige pattern de parse_timestamp_to_str * atualiza changelog * altera project para prod * corrige comentario * altera project name da materialização --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Rafael <[email protected]> Co-authored-by: Rodrigo Cunha <[email protected]>
- Loading branch information
1 parent
987b963
commit fe6b2d5
Showing
2 changed files
with
119 additions
and
3 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog - br_rj_riodejaneiro_onibus_gps | ||
|
||
## [1.0.0] - 2024-04-26 | ||
|
||
### Adicionado | ||
|
||
- Adiciona flow `recaptura_realocacao_sppo` (https://github.com/prefeitura-rio/pipelines/pull/668) | ||
|
||
### Alterado | ||
|
||
- Altera flow `recaptura`, incluindo acionamento do `recaptura_realocacao_sppo` (https://github.com/prefeitura-rio/pipelines/pull/668) | ||
|
||
### Corrigido | ||
|
||
- Corrigido parâmetro `timestamp` do flow `realocacao_sppo` (https://github.com/prefeitura-rio/pipelines/pull/668) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters