exa.common.helpers.yaml_helper.dump_yaml# dump_yaml(data, path)# Dump a YAML data to the given path. Create missing directories if necessary. Parameters: data (dict[str, Any]) path (Path | str) Return type: None