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

Commit 391e47a

Browse files
Update connector.py
1 parent d792b01 commit 391e47a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelpandas/connector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def create_data_rows(lb_client:Client, base_client:baseClient, row:pandas.core.s
107107
return_value["data_row"]["metadata_fields"] = metadata_fields
108108
except Exception as e:
109109
return_value["error"] = e
110+
return_value["data_row"]["global_key"] = str(row[global_key_col])
110111
return return_value
111112

112113
def get_columns_function(df):

0 commit comments

Comments
 (0)