Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Mar 2, 2024
1 parent 330ce8d commit fbd33e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class constants(Enum): # pylint: disable=c0103
RAIN_DASHBOARD_LAST_2H_FLOW_SCHEDULE_PARAMETERS = {
"redis_data_key": "data_last_120min_rain",
"redis_update_key": "data_last_120min_rain_update",
"query_data": """rec
"query_data": """
WITH
alertario AS ( -- seleciona a última medição do alertario de cada estação nos últimos 30min
SELECT
Expand Down

0 comments on commit fbd33e4

Please sign in to comment.