-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add validation to Core configuration and fix version loading Refactor, document, and validate Feast Core Properties Refactor FeastProperties to support nested store configuration Localize all store configuration in Serving in Spring configuration Various configuration updates * Allow Feast Serving to use types properties instead of maps * Reuse Feast Core Store model in serving * Remove redundant config classes for Redis * Update Serving Beans and Config classes to use ne1w configuration getters * Remove hot-loading from store configuration. This reduces a bit of flexibility, but simplifies the code and configuration * Set default build version in Feast Core "version" field in Feast Properties * Ensure FeatureSink creation is consistent for both Redis and BigQuery * Move BigQueryHistoricalRetriever configuration into Retriever from ServingServiceConfig * Allow a list of stores to be configured for forward compability * Remove Lombok from Serving configuration * Update Store configuration loading in serving to use a store model * Update RedisBackedJobService to instantiate its own Redis Client * Update comments in FeastProperties * Fix broken default application.yml and add comments in Serving * Refactored and cleaned up Feast Core configuration for job runners. * Remove commented out DataflowRunnerConfig setters * Clean up getJobManager and simplify field mapping in DataflowRunnerConfig * Add static factory methods to retrievers * Remove runner specific comment typo * Add oneOfStrings validator annotation for configuration validation * Fix broken Dataflow unit test that depends on GOOGLE_APPLICATION_CREDENTIALS
- Loading branch information
Showing
49 changed files
with
1,432 additions
and
898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.