Skip to content

Commit b87683e

Browse files
authored
doc: Fix links (#5052)
Signed-off-by: Alexei Pertsev <[email protected]>
1 parent 8551714 commit b87683e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Feast helps ML platform/MLOps teams with DevOps experience productionize real-ti
5656

5757
### Feast is not
5858

59-
* **An** [**ETL**](https://en.wikipedia.org/wiki/Extract,\_transform,\_load) / [**ELT**](https://en.wikipedia.org/wiki/Extract,\_load,\_transform) **system.** Feast is not a general purpose data pipelining system. Users often leverage tools like [dbt](https://www.getdbt.com) to manage upstream data transformations. Feast does support some [transformations](getting-started/architecture/feature-transformetion.md).
59+
* **An** [**ETL**](https://en.wikipedia.org/wiki/Extract,\_transform,\_load) / [**ELT**](https://en.wikipedia.org/wiki/Extract,\_load,\_transform) **system.** Feast is not a general purpose data pipelining system. Users often leverage tools like [dbt](https://www.getdbt.com) to manage upstream data transformations. Feast does support some [transformations](getting-started/architecture/feature-transformation.md).
6060
* **A data orchestration tool:** Feast does not manage or orchestrate complex workflow DAGs. It relies on upstream data pipelines to produce feature values and integrations with tools like [Airflow](https://airflow.apache.org) to make features consistently available.
6161
* **A data warehouse:** Feast is not a replacement for your data warehouse or the source of truth for all transformed data in your organization. Rather, Feast is a lightweight downstream layer that can serve data from an existing data warehouse (or other data sources) to models in production.
6262
* **A database:** Feast is not a database, but helps manage data stored in other systems (e.g. BigQuery, Snowflake, DynamoDB, Redis) to make features consistently available at training / serving time

docs/getting-started/components/offline-store.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Offline stores are primarily used for two reasons:
88
1. Building training datasets from time-series features.
99
2. Materializing \(loading\) features into an online store to serve those features at low-latency in a production setting.
1010

11-
Offline stores are configured through the [feature\_store.yaml](../../reference/offline-stores/).
11+
Offline stores are configured through the [feature\_store.yaml](../../reference/feature-repository/feature-store-yaml.md).
1212
When building training datasets or materializing features into an online store, Feast will use the configured offline store with your configured data sources to execute the necessary data operations.
1313

1414
Only a single offline store can be used at a time.

0 commit comments

Comments
 (0)