Skip to content

Commit

Permalink
Merge pull request #84 from skyflowapi/release/23.6.3-patch
Browse files Browse the repository at this point in the history
SK-820 Release/23.6.3 patch
  • Loading branch information
skyflow-bharti authored Jun 22, 2023
2 parents 147bec6 + 4af077c commit ecbdef9
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 ecbdef9

Please sign in to comment.