Ask a question to get started
Enter to sendā¢Shift+Enter new line
extract_partition_key_value( item: Dict[str, Any], pk_paths: List[str],
item
Dict[str, Any]
pk_paths
List[str]
Extract the partition-key value for item given its key paths.
The document to extract the value from.
Key paths from :func:extract_partition_key_paths (e.g. ["/tenant/id"]).
extract_partition_key_paths
["/tenant/id"]