Skip to content

Commit 9c186bc

Browse files
authored
add summary (#231)
1 parent 2e6f82a commit 9c186bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data-collection/deploy/module-support-cases.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,7 @@ Resources:
183183
184184
status = {
185185
"last_read": default_start_date,
186-
"account_alias": account_name,
187186
"account_id": account_id,
188-
"last_summary": None
189187
}
190188
status_key = f"{module_name}/{module_name}-status/payer_id={payer_id}/{account_id}.json"
191189
try:
@@ -227,6 +225,7 @@ Resources:
227225
case_date = datetime.strptime(data["TimeCreated"], '%Y-%m-%dT%H:%M:%S.%fZ')
228226
with open("/tmp/tmp.json", "w", encoding='utf-8') as f:
229227
data['AccountAlias'] = account_name
228+
data['Summary'] = ''
230229
f.write(to_json(data)) # single line per file
231230
key = case_date.strftime(
232231
f"{module_name}/" +

0 commit comments

Comments
 (0)