MCPcopy Index your code
hub / github.com/feast-dev/feast / _parse_yaml

Function _parse_yaml

sdk/python/feast/demos.py:66–68  ·  view source on GitHub ↗
(yaml_path: pathlib.Path)

Source from the content-addressed store, hash-verified

64
65
66def _parse_yaml(yaml_path: pathlib.Path) -> dict[str, Any]:
67 with open(yaml_path) as fh:
68 return yaml.safe_load(os.path.expandvars(fh.read())) or {}
69
70
71def _extract_store_info(config: dict[str, Any]) -> dict[str, Any]:

Callers 1

copy_demo_notebooksFunction · 0.85

Calls 1

readMethod · 0.80

Tested by

no test coverage detected