Skip to content

Commit 04804a0

Browse files
committed
chore: Updating docs to fix some outdated assets (e.g. release process)
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 6a728fe commit 04804a0

File tree

20 files changed

+35
-1059
lines changed

20 files changed

+35
-1059
lines changed

.github/auto_assign.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ assignees:
99
- woop
1010
- tsotnet
1111
- achals
12-
- adchia
1312
- felixwang9817
1413

1514
# A number of assignees to add to the pull request

CODEOWNERS

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# for more info about CODEOWNERS file
33

44
# Core Interfaces
5-
/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers @chhabrakadabra @mavysavydav @sfc-gh-madkins
5+
/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers @sfc-gh-madkins
66
/sdk/python/feast/infra/online_stores/online_store.py @feast-dev/maintainers @DvirDukhan
77
/sdk/python/feast/infra/materialization_engine/batch_materialization_engine.py @feast-dev/maintainers @whoahbot @sfc-gh-madkins
88

99
# ==== Offline Stores ====
1010
# Core utils
11-
/sdk/python/feast/infra/offline_stores/offline_utils.py @feast-dev/maintainers @chhabrakadabra @mavysavydav @sfc-gh-madkins
11+
/sdk/python/feast/infra/offline_stores/offline_utils.py @feast-dev/maintainers @sfc-gh-madkins
1212

1313
# BigQuery
14-
/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers @chhabrakadabra @mavysavydav
14+
/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers
1515

1616
# Snowflake
1717
/sdk/python/feast/infra/offline_stores/snowflake* @sfc-gh-madkins
@@ -47,8 +47,3 @@
4747

4848
# AWS Lambda
4949
/sdk/python/feast/infra/materialization/contrib/aws_lambda/ @achals
50-
51-
# ==== Web UI ====
52-
/ui/ @adchia
53-
/sdk/python/feast/ui/ @adchia
54-
/sdk/python/feast/ui_server.py @adchia

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Feast allows ML platform teams to:
2727
* **Avoid data leakage** by generating point-in-time correct feature sets so data scientists can focus on feature engineering rather than debugging error-prone dataset joining logic. This ensure that future feature values do not leak to models during training.
2828
* **Decouple ML from data infrastructure** by providing a single data access layer that abstracts feature storage from feature retrieval, ensuring models remain portable as you move from training models to serving models, from batch models to realtime models, and from one data infra system to another.
2929

30-
Please see our [documentation](https://docs.feast.dev/) for more information about the project, or sign up for an [email newsletter](https://feast.dev/).
30+
Please see our [documentation](https://docs.feast.dev/) for more information about the project.
3131

3232
## 📐 Architecture
3333
![](docs/assets/feast_marchitecture.png)
@@ -145,7 +145,6 @@ pprint(feature_vector)
145145
The list below contains the functionality that contributors are planning to develop for Feast.
146146

147147
* We welcome contribution to all items in the roadmap!
148-
* Have questions about the roadmap? Go to the Slack channel to ask on #feast-development.
149148

150149
* **Data Sources**
151150
* [x] [Snowflake source](https://docs.feast.dev/reference/data-sources/snowflake)
@@ -214,7 +213,6 @@ Please refer to the official documentation at [Documentation](https://docs.feast
214213
* [Tutorials](https://docs.feast.dev/tutorials/tutorials-overview)
215214
* [Running Feast with Snowflake/GCP/AWS](https://docs.feast.dev/how-to-guides/feast-snowflake-gcp-aws)
216215
* [Change Log](https://github.com/feast-dev/feast/blob/master/CHANGELOG.md)
217-
* [Slack (#Feast)](https://slack.feast.dev/)
218216

219217
## 👋 Contributing
220218
Feast is a community project and is still under active development. Please have a look at our contributing and development guides if you want to contribute to the project:

0 commit comments

Comments
 (0)