Skip to content

Commit

Permalink
More robust metadata store
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Feb 9, 2025
1 parent d68df31 commit 4952c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion odds/common/metadata_store/es/es_metadata_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ async def storeDataset(self, dataset: Dataset, ctx: str) -> None:
except Exception as e:
rts.set(ctx, f'ERROR STORING DATASET {dataset.title} -> {id}: {e!r}', 'error')
json.dump(body, open(f'/srv/.caches/error_{id}.json', 'w'))
raise

async def getDataset(self, datasetId: str) -> Dataset:
async with ESClient() as client:
Expand Down

0 comments on commit 4952c49

Please sign in to comment.