Skip to content

Commit

Permalink
adiciona tipo_dia verao para 2025-01-11 e 2025-01-12
Browse files Browse the repository at this point in the history
  • Loading branch information
vtr363 committed Jan 23, 2025
1 parent 92ab7be commit eb6559e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions queries/models/projeto_subsidio_sppo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Adicionado

- Altera os dias `2025-01-11` e `2025-01-12` para tipo_dia `Verão` ao modelo `subsidio_data_versao_efetiva.sql` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/)

## [9.1.5] - 2025-01-08

### Adicionado

- Adicionado label `dashboard` ao modelo `viagem_completa.sql` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/258)

## [9.1.4] - 2025-01-06
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ WITH
WHEN data = DATE(2024,12,31) THEN "Vespera de Reveillon" -- Processo.Rio MTR-DES-2024/76453
WHEN data = DATE(2025,01,01) THEN "Reveillon" -- Processo.Rio MTR-DES-2024/76453
WHEN data BETWEEN DATE(2025,01,02) AND DATE(2025,01,03) THEN "Fim de ano" -- Processo.Rio MTR-DES-2024/77046
WHEN data BETWEEN DATE(2025,01,11) AND DATE(2025,01,12) THEN "Extraordinária - Verão" -- Processo.Rio MTR-DES-2025/00831
ELSE "Regular"
END AS tipo_os,
FROM UNNEST(GENERATE_DATE_ARRAY("{{var('DATA_SUBSIDIO_V6_INICIO')}}", "2025-12-31")) AS data),
Expand Down

0 comments on commit eb6559e

Please sign in to comment.