From bc2ab26f1c6a52410067e3104eb8d1de617cff5e Mon Sep 17 00:00:00 2001 From: Miles Adkins Date: Mon, 12 Sep 2022 13:00:37 -0500 Subject: [PATCH] fix: Update Snowflake Online docs Signed-off-by: Miles Adkins --- docs/reference/online-stores/snowflake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/online-stores/snowflake.md b/docs/reference/online-stores/snowflake.md index 1f79bbfdeb..d114c87144 100644 --- a/docs/reference/online-stores/snowflake.md +++ b/docs/reference/online-stores/snowflake.md @@ -35,7 +35,7 @@ online_store: ## Tags KWARGs Actions: -"ONLINE_PATH": Adding the "ONLINE_PATH" key to a FeatureView tags parameter allows you to choose the online table path for the online serving table (ex. "{database}"."{schema}"). +"snowflake-online-store/online_path": Adding the "snowflake-online-store/online_path" key to a FeatureView tags parameter allows you to choose the online table path for the online serving table (ex. "{database}"."{schema}"). {% code title="example_config.py" %} ```python