Skip to content

Commit cac7ea5

Browse files
authored
Remove refs to tensorflow_metadata (#2063)
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 019552e commit cac7ea5

File tree

5 files changed

+0
-1147
lines changed

5 files changed

+0
-1147
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ package-protos:
4848
compile-protos-python:
4949
@$(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;)
5050
@$(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' @;)
51-
cd ${ROOT_DIR}/protos; python -m grpc_tools.protoc -I. --python_out=../sdk/python/ --mypy_out=../sdk/python/ tensorflow_metadata/proto/v0/*.proto
5251

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

116115
compile-protos-go:
117-
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
118116
$(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;)
119117

120118
test-go:

protos/tensorflow_metadata/proto/v0/path.proto

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)