You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
row_data_col : Required (str) - Column name where the data row row data URL is located
13
+
global_key_col : Optional (str) - Column name where the data row global key is located - defaults to the row_data_col
14
+
external_id_col : Optional (str) - Column name where the data row external ID is located - defaults to the global_key_col
15
+
metadata_index : Optional (dict) - Dictionary where {key=column_name : value=metadata_type} - metadata_type must be one of "enum", "string", "datetime" or "number"
16
+
divider : Optional (str) - String delimiter to separate metadata field names from their metadata answer options in your metadata_name_key_to_schema dictionary
17
+
Returns:
18
+
Two items - the global_key, and a dictionary with "row_data", "global_key", "external_id" and "metadata_fields" keys
row_data_col : Required (str) - Column name where the data row row data URL is located
18
-
global_key_col : Required (str) - Column name where the data row global key is located - defaults to the row_data column
19
-
external_id_col : Required (str) - Column name where the data row external ID is located - defaults to the row_data column
48
+
global_key_col : Optional (str) - Column name where the data row global key is located - defaults to the row_data_col
49
+
external_id_col : Optional (str) - Column name where the data row external ID is located - defaults to the global_key_col
20
50
metadata_index : Required (dict) - Dictionary where {key=column_name : value=metadata_type} - metadata_type must be one of "enum", "string", "datetime" or "number"
21
51
metadata_name_key_to_schema : Required (dict) - Dictionary where {key=metadata_field_name_key : value=metadata_schema_id}
22
52
metadata_schema_to_name_key : Required (dict) - Inverse of metadata_name_key_to_schema
0 commit comments