Skip to content

Commit 23c09c8

Browse files
authored
feat: Add CustomSourceOptions to SavedDatasetStorage (feast-dev#2958)
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 <[email protected]>
1 parent 8534f69 commit 23c09c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)