diff --git a/pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/flows.py b/pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/flows.py index cf8e39644..61cec24dd 100644 --- a/pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/flows.py +++ b/pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/flows.py @@ -81,7 +81,6 @@ bilhetagem_tracking_captura.schedule = every_minute - # BILHETAGEM AUXILIAR - SUBFLOW PARA RODAR ANTES DE CADA MATERIALIZAÇÃO # bilhetagem_auxiliar_captura = deepcopy(default_capture_flow) diff --git a/pipelines/rj_smtr/constants.py b/pipelines/rj_smtr/constants.py index 923383d04..9d7465e9e 100644 --- a/pipelines/rj_smtr/constants.py +++ b/pipelines/rj_smtr/constants.py @@ -202,7 +202,6 @@ class constants(Enum): # pylint: disable=c0103 }, "primary_key": ["id"], "interval_minutes": 1, - } BILHETAGEM_TRACKING_CAPTURE_PARAMS = { "table_id": "gps_validador",