adp.ingest.dataclasses.merge_root_with_entities

adp.ingest.dataclasses.merge_root_with_entities(yaml_dict: Dict[str, Any]) dict

Replace items on the root with properties on the entities

Parameters:

yaml_dict (dict) – dictionary for which to merge the elements on the ingest with the entities

Returns:

Merged dictionary

Return type:

dict