mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Add warning to Performance Platform command
This commit is contained in:
@@ -216,6 +216,9 @@ def populate_monthly_billing(year):
|
|||||||
def backfill_performance_platform_totals(start_date, end_date):
|
def backfill_performance_platform_totals(start_date, end_date):
|
||||||
"""
|
"""
|
||||||
Send historical total messages sent to Performance Platform.
|
Send historical total messages sent to Performance Platform.
|
||||||
|
|
||||||
|
WARNING: This does not overwrite existing data. You need to delete
|
||||||
|
the existing data or Performance Platform will double-count.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
delta = end_date - start_date
|
delta = end_date - start_date
|
||||||
|
|||||||
Reference in New Issue
Block a user