Skip to content

Commit

Permalink
atualiza code_owners
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-rodrigocunha committed Oct 11, 2023
1 parent b9e5a90 commit 2cbd647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
REALOCACAO_SPPO_RECAPTURA_NAME = "SMTR: GPS SPPO - Realocação (recaptura)"
with Flow(
REALOCACAO_SPPO_RECAPTURA_NAME,
code_owners=["caio", "fernanda", "boris", "rodrigo"],
code_owners=["rodrigo"], # "caio", "fernanda", "boris"],
) as realocacao_sppo_recaptura:
start_date = Parameter("start_date", default="")
end_date = Parameter("end_date", default="")
Expand Down

0 comments on commit 2cbd647

Please sign in to comment.