Skip to content

Commit c21e77a

Browse files
wdhortonfelixwang9817
authored andcommitted
Add CustomSourceOptions to SavedDatasetStorage
I am implementing a custom OfflineStore and found that I couldn't use CustomSourceOptions in SavedDatasetStorage: currently you'd have to try to fit your custom options into one of the existing implemented Options structs Signed-off-by: William Horton <william.horton@grandrounds.com>
1 parent 6d7b38a commit c21e77a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

protos/feast/core/SavedDataset.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ message SavedDatasetStorage {
5858
DataSource.SnowflakeOptions snowflake_storage = 7;
5959
DataSource.TrinoOptions trino_storage = 8;
6060
DataSource.SparkOptions spark_storage = 9;
61+
DataSource.CustomSourceOptions custom_storage = 10;
6162
}
6263
}
6364

0 commit comments

Comments
 (0)