Skip to content

Commit 32e0dfb

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Add back inferenceIdColumnName and timestampColumnName to the request body for batches of data
1 parent 21db928 commit 32e0dfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openlayer/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,8 @@ def publish_batch_data(
11361136
payload = {
11371137
"earliestTimestamp": int(earliest_timestamp),
11381138
"latestTimestamp": int(latest_timestamp),
1139+
"inferenceIdColumnName": batch_data.get("inferenceIdColumnName"),
1140+
"timestampColumnName": batch_data.get("timestampColumnName"),
11391141
"performGroundTruthMerge": False,
11401142
}
11411143

0 commit comments

Comments
 (0)