Skip to content

Commit c59fd05

Browse files
committed
Update documentation
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 2d24115 commit c59fd05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/how-to-guides/adding-or-reusing-tests.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ The key fixtures are the `environment` and `universal_data_sources` fixtures, wh
161161
* In `repo_configuration.py` add a new`IntegrationTestRepoConfig` or two (depending on how many online stores you want to test).
162162
* Run the full test suite with `make test-python-integration.`
163163

164-
### Including a new offline / online store in the main Feast repo as part of the contributions.
164+
### Including a new offline / online store in the main Feast repo from external plugins with community maintainers.
165165

166-
* This is for plugins that are not 100% stable. Place the APIs in feast/infra/offline_stores/contrib/
167-
* Extend `data_source_creator.py` for your offline store.
168-
* In `contrib_repo_configuration.py` add a new `IntegrationTestRepoConfig` or two (depending on how many online stores you want to test).
166+
* This folder is for plugins that are officially maintained with community owners. Place the APIs in feast/infra/offline_stores/contrib/.
167+
* Extend `data_source_creator.py` for your offline store and implement the required APIs.
168+
* In `contrib_repo_configuration.py` add a new `IntegrationTestRepoConfig` (depending on how many online stores you want to test).
169169
* Run the test suite on the contrib test suite with `make test-python-contrib-universal`.
170170

171171
### To include a new online store

0 commit comments

Comments
 (0)