Skip to content
Snippets Groups Projects
Commit 0610a66f authored by Victor Dosda's avatar Victor Dosda
Browse files

Refactoring (debug mode)

Refactoring (debug mode)

debug mode to get token

Refactoring and clean up delete bulk data

Refactoring
parent 5f4044c6
No related branches found
No related tags found
Loading
......@@ -77,7 +77,7 @@ async def delete_purge_record(
# Delete meta data
await storage_client.purge_record(id=record_id, data_partition_id=ctx.partition_id)
# Get bulk_ids directly from storage to check if it's match
# Get bulk_ids directly from storage to check if it's matching
# with the number of bulk uris retrieved from record version
bulk_ids = dask_blob_storage.get_bulk_ids(record_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment