From bcbb6da747ee847529ddc9169e78275bff6800b2 Mon Sep 17 00:00:00 2001 From: Lewis Chambers Date: Mon, 21 Oct 2024 14:31:12 +0100 Subject: [PATCH] Updated queries to include new table --- src/iotswarm/queries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iotswarm/queries.py b/src/iotswarm/queries.py index 2c7fd2a..7b57459 100644 --- a/src/iotswarm/queries.py +++ b/src/iotswarm/queries.py @@ -12,7 +12,7 @@ class CosmosTable(StrEnum): LEVEL_1_NMDB_1HOUR = "LEVEL1_NMDB_1HOUR" LEVEL_1_PRECIP_1MIN = "LEVEL1_PRECIP_1MIN" LEVEL_1_PRECIP_RAINE_1MIN = "LEVEL1_PRECIP_RAINE_1MIN" - COSMOS_STATUS = "COSMOS_STATUS_1HOUR" + COSMOS_STATUS_1HOUR = "COSMOS_STATUS_1HOUR" @enum.unique