Skip to content

Commit

Permalink
feat: Add CustomSourceOptions to SavedDatasetStorage (#2958)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wdhorton committed Jul 20, 2022
1 parent 8534f69 commit 23c09c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/feast/core/SavedDataset.proto
Expand Up @@ -58,6 +58,7 @@ message SavedDatasetStorage {
DataSource.SnowflakeOptions snowflake_storage = 7;
DataSource.TrinoOptions trino_storage = 8;
DataSource.SparkOptions spark_storage = 9;
DataSource.CustomSourceOptions custom_storage = 10;
}
}

Expand Down

0 comments on commit 23c09c8

Please sign in to comment.