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.
external_id_col : Optional (str) - Column name containing the data row external ID - defaults to global key
40
41
metadata_index : Required (dict) - Dictionary where {key=column_name : value=metadata_type} - metadata_type = "enum", "string", "datetime" or "number"
41
42
skip_duplicates : Optional (bool) - If True, will skip duplicate global_keys, otherwise will generate a unique global_key with a suffix "_1", "_2" and so on
42
-
divider : Optional (str) - String delimiter for all name keys generated
43
43
verbose : Required (bool) - If True, prints information about code execution
44
+
divider : Optional (str) - String delimiter for all name keys generated
44
45
Returns:
45
46
List of errors from data row upload - if successful, is an empty list
0 commit comments