Add normalized_timespan to CSV output for aggregate reports

This commit is contained in:
Sean Whalen
2025-11-29 21:17:27 -05:00
parent c558224671
commit 589038d2c9
+1
View File
@@ -991,6 +991,7 @@ def parsed_aggregate_reports_to_csv_rows(reports: list[dict]):
report_id=report_id,
begin_date=begin_date,
end_date=end_date,
normalized_timespan=normalized_timespan,
errors=errors,
domain=domain,
adkim=adkim,