Skip to content

Commit

Permalink
hotfix: add people to flow notification
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Jun 23, 2023
1 parent 31952b0 commit 69b1bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ class constants(Enum): # pylint: disable=c0103
"user_id": "272581753829326849",
"type": "user_nickname",
},
"joao": {
"user_id": "692742616416256019",
"type": "user_nickname",
},
"fernanda": {
"user_id": "692709168221650954",
"type": "user_nickname",
Expand Down
2 changes: 2 additions & 0 deletions pipelines/rj_cor/meteorologia/radar/precipitacao/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
name="COR: Meteorologia - Precipitacao RADAR",
code_owners=[
"paty",
"joao",
"gabriel",
],
# skip_if_running=True,
) as cor_meteorologia_precipitacao_radar_flow:
Expand Down

0 comments on commit 69b1bf9

Please sign in to comment.