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

Function patch

sdk/python/feast/proto_json.py:252–256  ·  view source on GitHub ↗

Patch Protobuf JSON Encoder / Decoder with all desired Feast types.

()

Source from the content-addressed store, hash-verified

250
251
252def patch():
253 """Patch Protobuf JSON Encoder / Decoder with all desired Feast types."""
254 _patch_feast_value_json_encoding()
255 _patch_feast_repeated_value_json_encoding()
256 _patch_feast_feature_list_json_encoding()