We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21db928 commit 32e0dfbCopy full SHA for 32e0dfb
openlayer/__init__.py
@@ -1136,6 +1136,8 @@ def publish_batch_data(
1136
payload = {
1137
"earliestTimestamp": int(earliest_timestamp),
1138
"latestTimestamp": int(latest_timestamp),
1139
+ "inferenceIdColumnName": batch_data.get("inferenceIdColumnName"),
1140
+ "timestampColumnName": batch_data.get("timestampColumnName"),
1141
"performGroundTruthMerge": False,
1142
}
1143
0 commit comments