Skip to content

Commit

Permalink
Merge branch 'master' into staging/flow-captura-generico
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou authored Oct 19, 2023
2 parents 431f004 + 9c8a092 commit f855caa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions pipelines/rj_smtr/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ class constants(Enum): # pylint: disable=c0103
},
"primary_key": ["id"],
"interval_minutes": 1,
}

BILHETAGEM_TRACKING_CAPTURE_PARAMS = {
"table_id": "gps_validador",
Expand All @@ -220,7 +219,7 @@ class constants(Enum): # pylint: disable=c0103
""",
},
"primary_key": ["id"],
"interval_minutes": 1,
"interval_minutes": 1,
}

BILHETAGEM_SECRET_PATH = "smtr_jae_access_data"
Expand Down

0 comments on commit f855caa

Please sign in to comment.