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

Commit dade860

Browse files
Update connector.py
1 parent adae91f commit dade860

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

labelpandas/connector.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ def create_data_rows(local_files:bool, lb_client:Client, base_client:baseClient,
6767
metadata_fields = [{"schema_id" : metadata_name_key_to_schema['lb_integration_source'], "value" : "Pandas"}]
6868
if metadata_index:
6969
for metadata_field_name in metadata_index.keys():
70+
print(type(row))
71+
print(metadata_field_name)
72+
print(type(row[metadata_field_name])
7073
print(row[metadata_field_name])
7174
metadata_value = base_client.process_metadata_value(
7275
metadata_value=row[metadata_field_name],

0 commit comments

Comments
 (0)