Skip to content

Commit

Permalink
Updated queries to include new table
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Oct 21, 2024
1 parent ec5d879 commit bcbb6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iotswarm/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcbb6da

Please sign in to comment.