Skip to content

Commit

Permalink
Merge branch 'main' into staging/reprocessa-gps
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 16, 2024
2 parents f1b4777 + 97fef47 commit 1843db3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/migration/br_rj_riodejaneiro_gtfs/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""
Flows for gtfs
DBT: 2024-07-15
"""

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

## [1.1.5] - 2024-07-15

### Adicionado

- Adicionadas descrições das tabelas `servicos_sentido`, `ordem_servico_viagens_planejadas`, `ordem_servico_diaria` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/102)

## [1.1.4] - 2024-05-22

### Alterado
Expand Down
9 changes: 9 additions & 0 deletions queries/models/gtfs/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,15 @@ models:
- name: versao_modelo
description: "Código de controle de versão (SHA do GitHub)."

- name: ordem_servico_diaria
description: "Dados diários das linhas presentes no município."

- name: ordem_servico_viagens_planejadas
description: "Viagens planejadas das linhas presentes no município."

- name: servicos_sentido
description: "Sentido dos serviços (I - Ida, V - Volta, C - Circular)"

- name: ordem_servico_gtfs
description: "Dados das linhas presentes no município."
columns:
Expand Down

0 comments on commit 1843db3

Please sign in to comment.