feast.loaders package

Submodules

feast.loaders.yaml module

feast.loaders.yaml.yaml_loader(yml, load_single=False)[source]

Loads one or more Feast resources from a YAML path or string. Multiple resources can be divided by three hyphens ‘—’

Parameters
  • yml – A path ending in .yaml or .yml, or a YAML string

  • load_single – Expect only a single YAML resource, fail otherwise

Returns

Either a single YAML dictionary or a list of YAML dictionaries

Module contents