We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a346199 commit 61488b7Copy full SHA for 61488b7
data-collection/deploy/module-resilience-hub.yaml
@@ -238,7 +238,6 @@ Resources:
238
# Read the latest read date (if any)
239
status = {
240
"last_read": (datetime.now().date() - timedelta(days=365 * 10)).strftime("%Y-%m-%d %H:%M:%S"),
241
- "account_id": account_id,
242
}
243
status_key = f"{module_name}/{module_name}-status/payer_id={payer_id}/account_id={account_id}/region_code={region}/status.json"
244
try:
0 commit comments