Skip to content

Commit 9d6c213

Browse files
committed
update links to Feast docs
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent fab3903 commit 9d6c213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module_3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@ Several things change:
238238
- Production deployment of Airflow (e.g. syncing with a Git repository of DAGs, using k8s)
239239
- Bundling dbt models with Airflow (e.g. via S3 like this [MWAA + dbt guide](https://docs.aws.amazon.com/mwaa/latest/userguide/samples-dbt.html))
240240
- Airflow DAG parallelizes across feature views (instead of running a single `feature_store.materialize` across all feature views)
241-
- Feast materialization is configured to be more scalable (e.g. using other Feast batch materialization engines [Bytewax](https://docs.feast.dev/reference/batch-materialization/bytewax), [Snowflake](https://docs.feast.dev/reference/batch-materialization/snowflake), [Lambda](https://rtd.feast.dev/en/master/index.html?highlight=LambdaMaterializationEngine#feast.infra.materialization.aws_lambda.lambda_engine.LambdaMaterializationEngine), [Spark](https://github.com/feast-dev/feast/blob/master/sdk/python/feast/infra/materialization/contrib/spark/spark_materialization_engine.py))
241+
- Feast materialization is configured to be more scalable (e.g. using other Feast batch materialization engines [Bytewax](https://docs.feast.dev/reference/batch-materialization/bytewax), [Snowflake](https://docs.feast.dev/reference/batch-materialization/snowflake), [Lambda](https://docs.feast.dev/reference/batch-materialization/lambda), [Spark](https://docs.feast.dev/reference/batch-materialization/spark))

0 commit comments

Comments
 (0)