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

Commit b4f4b8f

Browse files
Update connector.py
1 parent cba31f0 commit b4f4b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def create_data_rows(local_files:bool, lb_client:Client, row:pandas.core.series.
6060
row_data = lb_client.upload_file(str(row[row_data_col])) if local_files else str(row[row_data_col])
6161
data_row_dict = {
6262
"row_data" : row_data, "global_key" : str(row[global_key_col]), "external_id" : row[external_id_col],
63-
"metadata_fields" : [{"schema_id" : metadata_name_key_to_schema['lb_integration_source', "value" : "Pandas"]}]
63+
"metadata_fields" : [{"schema_id" : metadata_name_key_to_schema['lb_integration_source'], "value" : "Pandas"}]
6464
}
6565
if metadata_index:
6666
for metadata_field_name in metadata_index.keys():

0 commit comments

Comments
 (0)