Skip to content

Commit

Permalink
Remove refs to tensorflow_metadata (feast-dev#2063)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored Nov 18, 2021
1 parent 019552e commit cac7ea5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,147 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ package-protos:
compile-protos-python:
@$(foreach dir,$(PROTO_TYPE_SUBDIRS),cd ${ROOT_DIR}/protos; python -m grpc_tools.protoc -I. --grpc_python_out=../sdk/python/feast/protos/ --python_out=../sdk/python/feast/protos/ --mypy_out=../sdk/python/feast/protos/ feast/$(dir)/*.proto;)
@$(foreach dir,$(PROTO_TYPE_SUBDIRS),grep -rli 'from feast.$(dir)' sdk/python/feast/protos | xargs -I@ sed -i.bak 's/from feast.$(dir)/from feast.protos.feast.$(dir)/g' @;)
cd ${ROOT_DIR}/protos; python -m grpc_tools.protoc -I. --python_out=../sdk/python/ --mypy_out=../sdk/python/ tensorflow_metadata/proto/v0/*.proto

install-python:
python -m pip install -e sdk/python -U --use-deprecated=legacy-resolver
Expand Down Expand Up @@ -114,7 +113,6 @@ install-go-ci-dependencies:
go get -u golang.org/x/lint/golint

compile-protos-go:
cd ${ROOT_DIR}/protos; protoc -I/usr/local/include -I. --go_out=plugins=grpc,paths=source_relative:../sdk/go/protos/ tensorflow_metadata/proto/v0/*.proto
$(foreach dir,types serving core storage,cd ${ROOT_DIR}/protos; protoc -I/usr/local/include -I. --go_out=plugins=grpc,paths=source_relative:../sdk/go/protos feast/$(dir)/*.proto;)

test-go:
Expand Down
44 changes: 0 additions & 44 deletions protos/tensorflow_metadata/proto/v0/path.proto

This file was deleted.

Loading

0 comments on commit cac7ea5

Please sign in to comment.