sherlockpipe.loading.common.get_from_dict
- sherlockpipe.loading.common.get_from_dict(target: dict, key: str) object
Given a target dictionary, it retrieves the value associated to a key
- Parameters:
target (dict) – the dictionary
key (str) – the key
- Return object:
the value of the key