Skip to content

Commit ecbdef9

Browse files
Merge pull request #84 from skyflowapi/release/23.6.3-patch
SK-820 Release/23.6.3 patch
2 parents 147bec6 + 4af077c commit ecbdef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

skyflow/vault/_get.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ async def sendGetRequests(data, url, token):
8383
validatedRecords.append((ids, table, redaction, columnName, columnValues))
8484
async with ClientSession() as session:
8585
for record in validatedRecords:
86+
ids, table, redaction, columnName, columnValues = record
8687
headers = {
8788
"Authorization": "Bearer " + token,
8889
"sky-metadata": json.dumps(getMetrics())

0 commit comments

Comments
 (0)