Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit c17ec5b

Browse files
Update uploader.py
1 parent a3595ff commit c17ec5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelpandas/uploader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def create_upload_dict(client:labelboxClient, table: pandas.core.frame.DataFrame
152152
global_key = str(res["data_row"]["global_key"])
153153
upload_dict[global_key] = {
154154
"data_row" : res["data_row"],
155+
"dataset_id" : res["dataset_id"],
155156
"project_id" : res["project_id"],
156157
"annotations" : res["annotations"],
157158
"model_run_id" : res["model_run_id"],

0 commit comments

Comments
 (0)