Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix typo
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Mar 30, 2022
commit c68d5fd6b5e5141b6d8977bbda0546f5a425de69
2 changes: 1 addition & 1 deletion protos/feast/core/DataSource.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ message DataSource {
// Name of Feast project that this data source belongs to.
string project = 21;

string descrption = 23;
string description = 23;

map<string, string> tags = 24;

Expand Down