FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Simplify DataSource.from_proto logic by achals · Pull Request #2424 · feast-dev/feast · GitHub

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension .proto  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
Prev Previous commit
cr
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Mar 22, 2022
commit 30a3cf80e75e40582f9a08acc4e101e4773627a8
2 changes: 2 additions & 0 deletions protos/feast/core/DataSource.proto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ message DataSource {

// This is an internal field that is represents the python class for the data source object a proto object represents.
// This should be set by feast, and not by users.
// The field is used primarily by custom data sources and is mandatory for them to set. Feast may set it for
// first party sources as well.
string data_source_class_type = 17;

// Defines options for DataSource that sources features from a file
Expand Down

Back | FazBrowse Home | New Git URL