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

Commit 8025444

Browse files
Update client.py
1 parent 81af533 commit 8025444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def create_data_rows_from_table(
5858
check = self.base_client.enforce_metadata_index(metadata_index, verbose)
5959
if not check:
6060
return None
61-
table = self.base_client.sync_metadata_fields(table, get_columns_function, add_column_function, get_unique_values_function, metadata_index, verbose)
61+
table = self.base_client.sync_metadata_fields(table, connector.get_columns_function, connector.add_column_function, connector.get_unique_values_function, metadata_index, verbose)
6262
if not table:
6363
return None
6464
global_key_col = global_key_col if global_key_col else row_data_col

0 commit comments

Comments
 (0)