You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/online-stores/snowflake.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ The data model for using a Snowflake Transient Table as an online store follows
17
17
(This model may be subject to change when Snowflake Hybrid Tables are released)
18
18
19
19
## Example
20
-
21
20
{% code title="feature_store.yaml" %}
22
21
```yaml
23
22
project: my_feature_repo
@@ -34,14 +33,27 @@ online_store:
34
33
```
35
34
{% endcode %}
36
35
36
+
## Tags KWARGs Actions:
37
+
38
+
"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}").
The full set of configuration options is available in [SnowflakeOnlineStoreConfig](https://rtd.feast.dev/en/latest/#feast.infra.online_stores.snowflake.SnowflakeOnlineStoreConfig).
38
50
39
51
## Functionality Matrix
40
52
41
53
The set of functionality supported by online stores is described in detail [here](overview.md#functionality).
42
54
Below is a matrix indicating which functionality is supported by the Snowflake online store.
0 commit comments