This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ def create_data_rows_from_table(
100
100
# attachment_index : Dictonary where {key=column_name : value=attachment_type} or {} if not uploading attachments
101
101
# annotation_index : Dictonary where {key=column_name : value=top_level_class_name} or {} if not uploading annotations
102
102
# prediction_index : Dictonary where {key=column_name : value=top_level_class_name} or {} if not uploading predictions
103
- x = validate_colums (
103
+ x = validate_columns (
104
104
client = self .lb_client , table = table ,
105
105
get_columns_function = connector .get_col_names ,
106
106
get_unique_values_function = connector .get_unique_values ,
@@ -248,7 +248,7 @@ def upsert_data_rows_from_table(batch_data_rows:bool=False, anootation_method:st
248
248
# attachment_index : Dictonary where {key=column_name : value=attachment_type} or {} if not uploading attachments
249
249
# annotation_index : Dictonary where {key=column_name : value=top_level_class_name} or {} if not uploading annotations
250
250
# prediction_index : Dictonary where {key=column_name : value=top_level_class_name} or {} if not uploading predictions
251
- x = validate_colums (
251
+ x = validate_columns (
252
252
client = self .lb_client , table = table ,
253
253
get_columns_function = connector .get_col_names ,
254
254
get_unique_values_function = connector .get_unique_values ,
You can’t perform that action at this time.
0 commit comments