Skip to content

Commit a92c5a3

Browse files
author
zhilingc
committed
Remove sql source
1 parent 5267f7e commit a92c5a3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

protos/feast/serving/ServingService.proto

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,8 @@ message Job {
204204

205205
message DatasetSource {
206206
oneof dataset_source {
207-
// SQL query to generate the dataset from. It is recommended that the SQL follows the
208-
// ANSI standard.
209-
string sql_query = 1;
210-
211207
// File source to load the dataset from.
212-
FileSource file_source = 2;
208+
FileSource file_source = 1;
213209
}
214210

215211
message FileSource {
@@ -218,7 +214,7 @@ message DatasetSource {
218214
// accessible by this serving instance.
219215
repeated string file_uris = 1;
220216

221-
// Format of the data.
217+
// Format of the data. Currently only avro is supported.
222218
DataFormat data_format = 2;
223219
}
224220
}

0 commit comments

Comments
 (0)