◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
3 changes: 2 additions & 1 deletion cli/feast/cmd/jobs.go
Original file line number Diff line number Diff line change
@@ -22,7 +22,8 @@ import (

"feast/cli/feast/pkg/parse"
"feast/cli/feast/pkg/printer"
"feast/go-feast-proto/feast/core"

"github.com/spf13/cobra"
)
Expand Down
3 changes: 2 additions & 1 deletion cli/feast/cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ import (
"context"
"errors"
"feast/cli/feast/pkg/util"
"feast/go-feast-proto/feast/core"
"fmt"
"os"
"strings"
"text/tabwriter"

"github.com/golang/protobuf/ptypes/empty"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cli/feast/cmd/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"io/ioutil"
"path/filepath"

"feast/go-feast-proto/feast/core"

"feast/cli/feast/pkg/parse"

Expand Down
4 changes: 2 additions & 2 deletions cli/feast/pkg/parse/yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (

"github.com/ghodss/yaml"

"feast/go-feast-proto/feast/specs"
"feast/go-feast-proto/feast/types"
)

// YamlToFeatureSpec parses the given yaml and outputs the corresponding
Expand Down
4 changes: 2 additions & 2 deletions cli/feast/pkg/parse/yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (

"github.com/golang/protobuf/ptypes/timestamp"

"feast/go-feast-proto/feast/specs"
"feast/go-feast-proto/feast/types"

"github.com/google/go-cmp/cmp"
)
Expand Down
3 changes: 2 additions & 1 deletion cli/feast/pkg/printer/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ package printer

import (
"feast/cli/feast/pkg/util"
"feast/go-feast-proto/feast/core"
"fmt"
"strings"
)

// PrintJobDetail pretty prints the given job detail
Expand Down
1 change: 1 addition & 0 deletions core/src/main/proto
6 changes: 0 additions & 6 deletions core/src/main/proto/Makefile
151 changes: 0 additions & 151 deletions core/src/main/proto/feast/core/CoreService.proto
87 changes: 0 additions & 87 deletions core/src/main/proto/feast/core/JobService.proto
Loading
Toggle all file notes Toggle all file annotations