From 867ec16156882962310db07fd5af1e7ca488b06e Mon Sep 17 00:00:00 2001 From: Victor Miguel Rocha Date: Mon, 21 Oct 2024 15:12:45 -0300 Subject: [PATCH] Atualiza link de captura do GTFS (#278) * Alterado o link da planilha Control OS * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * atualiza changelog --------- 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> --- pipelines/constants.py | 6 +++--- pipelines/migration/br_rj_riodejaneiro_gtfs/CHANGELOG.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pipelines/constants.py b/pipelines/constants.py index 84afd0ea..3c099089 100644 --- a/pipelines/constants.py +++ b/pipelines/constants.py @@ -214,9 +214,9 @@ class constants(Enum): # pylint: disable=c0103 } # GTFS - GTFS_CONTROLE_OS_URL = "https://docs.google.com/spreadsheets/d/e/2PAC\ -X-1vRvFcyr9skfBIrjxc4FSJZ3-g4gUCF56YjGPOmd1f5qH8vndpy22P6f6KdcYgWaqzUmtSBL\ -4Rs1Ardz/pub?gid=0&single=true&output=csv" + GTFS_CONTROLE_OS_URL = "https://docs.google.com/spreadsheets/d/\ +1Jn7fmaDOhuHMdMqHo5SGWHCRuerXNWJRmhRjnHxJ9O4\ +/pub?gid=0&single=true&output=csv" GTFS_DATASET_ID = "br_rj_riodejaneiro_gtfs" GTFS_GENERAL_CAPTURE_PARAMS = { diff --git a/pipelines/migration/br_rj_riodejaneiro_gtfs/CHANGELOG.md b/pipelines/migration/br_rj_riodejaneiro_gtfs/CHANGELOG.md index 7bd51e2c..5aa70634 100644 --- a/pipelines/migration/br_rj_riodejaneiro_gtfs/CHANGELOG.md +++ b/pipelines/migration/br_rj_riodejaneiro_gtfs/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - gtfs +## [1.1.2] - 2024-10-21 + +### Alterado + +- Alterado o link da planilha `Control OS` (https://github.com/prefeitura-rio/pipelines_rj_smtr/pull/278) + ## [1.1.1] - 2024-09-13 ### Alterado