We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 147bec6 + 4af077c commit ecbdef9Copy full SHA for ecbdef9
1 file changed
skyflow/vault/_get.py
@@ -83,6 +83,7 @@ async def sendGetRequests(data, url, token):
83
validatedRecords.append((ids, table, redaction, columnName, columnValues))
84
async with ClientSession() as session:
85
for record in validatedRecords:
86
+ ids, table, redaction, columnName, columnValues = record
87
headers = {
88
"Authorization": "Bearer " + token,
89
"sky-metadata": json.dumps(getMetrics())
0 commit comments