Skip to content

Commit

Permalink
Merge pull request #83 from skyflowapi/SK-820-fix-multiple-record-err…
Browse files Browse the repository at this point in the history
…or-in-get-interface-in-python-sdk

SK-820-fix-multiple-record-error-in-get-interface-in-python-sdk
  • Loading branch information
skyflow-bharti authored Jun 22, 2023
2 parents 147bec6 + f7efdce commit 4af077c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyflow/vault/_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async def sendGetRequests(data, url, token):
validatedRecords.append((ids, table, redaction, columnName, columnValues))
async with ClientSession() as session:
for record in validatedRecords:
ids, table, redaction, columnName, columnValues = record
headers = {
"Authorization": "Bearer " + token,
"sky-metadata": json.dumps(getMetrics())
Expand Down

0 comments on commit 4af077c

Please sign in to comment.