Skip to content

Commit

Permalink
Merge branch 'main' into staging/flow-movidesk
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 3, 2025
2 parents d3abaf2 + 222e3bf commit bcadb02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/migration/projeto_subsidio_sppo/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
Flows for projeto_subsidio_sppo
DBT: 2024-12-20
DBT: 2025-01-03
"""

from prefect import Parameter, case, task
Expand Down
6 changes: 6 additions & 0 deletions queries/models/projeto_subsidio_sppo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog - projeto_subsidio_sppo

## [9.1.3] - 2025-01-03

### Alterado

- Alterado a data final no modelo `subsidio_data_versao_efetiva.sql` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/378)

## [9.1.2] - 2024-12-18

### Alterado
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ WITH
WHEN data BETWEEN DATE(2024,12,14) AND DATE(2024,12,15) THEN "Extraordinária - Verão" -- Processo.Rio MTR-DES-2024/74396
ELSE "Regular"
END AS tipo_os,
FROM UNNEST(GENERATE_DATE_ARRAY("{{var('DATA_SUBSIDIO_V6_INICIO')}}", "2024-12-31")) AS data),
FROM UNNEST(GENERATE_DATE_ARRAY("{{var('DATA_SUBSIDIO_V6_INICIO')}}", "2025-12-31")) AS data),
data_versao_efetiva_manual AS (
SELECT
data,
Expand Down

0 comments on commit bcadb02

Please sign in to comment.