Skip to content

Commit

Permalink
changin 120m constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Mar 1, 2024
1 parent 388d33b commit 330ce8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ class constants(Enum): # pylint: disable=c0103
}

RAIN_DASHBOARD_LAST_2H_FLOW_SCHEDULE_PARAMETERS = {
"redis_data_key": "data_chuva_passado_alertario",
"redis_update_key": "data_update_chuva_passado_alertario",
"redis_data_key": "data_last_120min_rain",
"redis_update_key": "data_last_120min_rain_update",
"query_data": """rec
WITH
alertario AS ( -- seleciona a última medição do alertario de cada estação nos últimos 30min
Expand Down

0 comments on commit 330ce8d

Please sign in to comment.