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

Commit 5856ea2

Browse files
Update connector.py
1 parent 39eab82 commit 5856ea2

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
@@ -67,6 +67,7 @@ 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(row[metadata_field_name])
7071
metadata_value = base_client.process_metadata_value(
7172
metadata_value=row[metadata_field_name],
7273
metadata_type=metadata_index[metadata_field_name],

0 commit comments

Comments
 (0)