Skip to content

Commit f1aaa61

Browse files
authored
docs: Add metadata info for feature_store.yaml (#5455)
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
1 parent 99afd6d commit f1aaa61

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

docs/reference/registries/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Please see [Registry](../../getting-started/components/registry.md) for a conceptual explanation of registries.
44

5+
{% content-ref url="metadata.md" %}
6+
[metadata.md](metadata.md)
7+
{% endcontent-ref %}
8+
59
{% content-ref url="local.md" %}
610
[local.md](local.md)
711
{% endcontent-ref %}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Metadata info of feature_store.yaml
2+
3+
## Description
4+
5+
The metadata info of Feast `feature_store.yaml` is:
6+
7+
| Key | Required | Value Type |Definition |
8+
| ------------------------|---------------------|------------------------|------------------------|
9+
| project | Y | string | name of the project |
10+
| provider | N | string | |
11+
| registry | Y | NA | definition of registry |
12+
| registry.path | Y | string | URI of storing registry data |
13+
| registry.cache_ttl_seconds | N | integer | |
14+
| registry.registry_type | N | string | type of registry server |
15+
| registry.sqlalchemy_config_kwargs | N | NA | kwargs configuration for sql registry server|
16+
| registry.account | N | string | cloud account type |
17+
| registry.user | N | string | cloud login account |
18+
| registry.password | N | string | cloud login password |
19+
| registry.role | N | string | cloud login account role |
20+
| registry.warehouse | N | string | snowflake warehouse name |
21+
| registry.database | N | string | snowflake db name |
22+
| registry.schema | N | string | snowflake schema name |
23+
| online_store | Y | | |
24+
| offline_store | Y | NA | | |
25+
| offline_store.type | Y | string | storage type |
26+
| entity_key_serialization_version | N | string | |
27+
| feature_server | N | NA | config of feature server |
28+
| feature_server.transformation_service_endpoint | N | string | python transformation server endpoint for Go feature server |
29+

0 commit comments

Comments
 (0)