diff --git a/pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/CHANGELOG.md b/pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/CHANGELOG.md index 1dfc84fbc..0f04c7542 100644 --- a/pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/CHANGELOG.md +++ b/pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - br_rj_riodejaneiro_bilhetagem +## [1.0.1] - 2024-05-22 + +### Corrigido + +- Corrige exclude nos parĂ¢metros da pipeline `bilhetagem_validacao_jae` (https://github.com/prefeitura-rio/pipelines/pull/689) + ## [1.0.0] - 2024-05-17 ### Alterado diff --git a/pipelines/rj_smtr/constants.py b/pipelines/rj_smtr/constants.py index 5d3ec40ac..3de2a9041 100644 --- a/pipelines/rj_smtr/constants.py +++ b/pipelines/rj_smtr/constants.py @@ -1280,7 +1280,7 @@ class constants(Enum): # pylint: disable=c0103 BILHETAGEM_MATERIALIZACAO_VALIDACAO_JAE_PARAMS = { "dataset_id": "validacao_dados_jae", "upstream": True, - "exclude": "+gps_sppo +sppo_veiculo_dia +gps_validador +transacao\ + "exclude": "+gps_sppo +sppo_veiculo_dia +gps_validador +transacao \ +ordem_pagamento_dia +integracao +servicos", "dbt_vars": { "run_date": {},