|
| 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