Skip to content

Commit c23b18b

Browse files
committed
Update param
1 parent 54d6ffc commit c23b18b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openlayer/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ def publish_batch_data(
11711171
tar.add(tmp_dir, arcname=os.path.basename("batch_data"))
11721172

11731173
payload = {
1174-
"performGroundTruthMerge": False,
1174+
"performDataMerge": False,
11751175
"earliestTimestamp": int(earliest_timestamp),
11761176
"latestTimestamp": int(latest_timestamp),
11771177
"rowCount": batch_row_count,
@@ -1322,7 +1322,7 @@ def update_data(
13221322
df.to_csv(f"{tmp_dir}/dataset.csv", index=False)
13231323

13241324
payload = {
1325-
"performGroundTruthMerge": True,
1325+
"performDataMerge": True,
13261326
"groundTruthColumnName": ground_truth_column_name,
13271327
"inferenceIdColumnName": inference_id_column_name,
13281328
}

0 commit comments

Comments
 (0)