We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6f82a commit 9c186bcCopy full SHA for 9c186bc
data-collection/deploy/module-support-cases.yaml
@@ -183,9 +183,7 @@ Resources:
183
184
status = {
185
"last_read": default_start_date,
186
- "account_alias": account_name,
187
"account_id": account_id,
188
- "last_summary": None
189
}
190
status_key = f"{module_name}/{module_name}-status/payer_id={payer_id}/{account_id}.json"
191
try:
@@ -227,6 +225,7 @@ Resources:
227
225
case_date = datetime.strptime(data["TimeCreated"], '%Y-%m-%dT%H:%M:%S.%fZ')
228
226
with open("/tmp/tmp.json", "w", encoding='utf-8') as f:
229
data['AccountAlias'] = account_name
+ data['Summary'] = ''
230
f.write(to_json(data)) # single line per file
231
key = case_date.strftime(
232
f"{module_name}/" +
0 commit comments