Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Each line is a file pattern followed by one or more owners.
# https://help.github.com/en/articles/about-code-owners

* @zhilingc @pradithya @woop @davidheryanto @khorshuheng
* @zhilingc @pradithya @woop @davidheryanto @khorshuheng @imjuanleonard
/core/ @zhilingc @pradithya
/ingestion/ @zhilingc @pradithya
/serving/ @zhilingc @pradithya
Expand Down
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ reviewers:
- thirteen37
- davidheryanto
- khorshuheng
- imjuanleonard
2 changes: 2 additions & 0 deletions protos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ service_dirs = core serving

gen-go:
@$(foreach dir,$(dirs),protoc -I/usr/local/include -I. --go_out=plugins=grpc,paths=source_relative:../sdk/go/protos/ feast/$(dir)/*.proto;)
protoc -I/usr/local/include -I. --go_out=plugins=grpc,paths=source_relative:../sdk/go/protos/ tensorflow_metadata/proto/v0/*.proto

gen-python:
pip install grpcio-tools
pip install mypy-protobuf
@$(foreach dir,$(dirs),python -m grpc_tools.protoc -I. --python_out=../sdk/python/ --mypy_out=../sdk/python/ feast/$(dir)/*.proto;)
@$(foreach dir,$(service_dirs),python -m grpc_tools.protoc -I. --grpc_python_out=../sdk/python/ feast/$(dir)/*.proto;)
python -m grpc_tools.protoc -I. --python_out=../sdk/python/ --mypy_out=../sdk/python/ tensorflow_metadata/proto/v0/*.proto

install-dependencies-docs:
mkdir -p $$HOME/bin
Expand Down
1,931 changes: 1,101 additions & 830 deletions sdk/python/feast/core/CoreService_pb2.py

Large diffs are not rendered by default.

664 changes: 397 additions & 267 deletions sdk/python/feast/core/CoreService_pb2.pyi

Large diffs are not rendered by default.

275 changes: 138 additions & 137 deletions sdk/python/feast/core/CoreService_pb2_grpc.py

Large diffs are not rendered by default.

1,650 changes: 1,372 additions & 278 deletions sdk/python/feast/core/FeatureSet_pb2.py

Large diffs are not rendered by default.

Loading