Skip to content

Commit

Permalink
Merge pull request #4044 from NicholasTurner23/refactor-fix-update/co…
Browse files Browse the repository at this point in the history
…de-clean-up

Refactor fix update/code clean up
  • Loading branch information
Baalmart authored Dec 11, 2024
2 parents 60fe22e + 903fdce commit 3d82b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflows/airqo_etl_utils/bigquery_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def dynamic_averaging_query(
"site_id",
"timestamp",
]
group_by = group_by or ["device_number", "device_id", "site_id"]
group_by = group_by or ["device_number", "device_id", "site_id", "network"]

numeric_columns = self.get_columns(
table, [ColumnDataType.FLOAT, ColumnDataType.INTEGER]
Expand Down

0 comments on commit 3d82b7b

Please sign in to comment.