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
| `project` | Gives infrastructure isolation via namespacing (e.g. online stores + Feast objects). | any unique name (e.g. `feast_demo_aws`) |
45
-
| `provider` | Defines registry location & sets defaults for offline / online stores | `gcp` enables registries in GCS and sets BigQuery + Datastore as the default offline / online stores. |
46
-
| `registry` | Defines the specific path for the registry (local, gcs, s3, etc) | `s3://[YOUR BUCKET]/registry.pb` |
47
-
| `online_store` | Specifies configuration for the online store (if needed) | `null`, `redis`, `dynamodb`, `datastore`, `postgres`, `hbase` (each have their own extra config flags) |
48
-
| `offline_store` | Specifies configuration for the offline store, which executes point in time joins | `bigquery`, `snowflake.offline`, `redshift`, `spark`, `trino` (each have their own extra config flags) |
49
-
| `flags` | (legacy) Soon to be deprecated way to enable experimental functionality. | |
| `project` | Gives infrastructure isolation via namespacing (e.g. online stores + Feast objects). | any unique name (e.g. `feast_demo_aws`) |
45
+
| `provider` | Defines registry location & sets defaults for offline / online stores | `gcp` enables registries in GCS and sets BigQuery + Datastore as the default offline / online stores. |
46
+
| `registry` | Defines the specific path for the registry (local, gcs, s3, etc) | `s3://[YOUR BUCKET]/registry.pb` |
47
+
| `online_store` | Configures online store (if needed) | `null`, `redis`, `dynamodb`, `datastore`, `postgres`, `hbase` (each have their own extra configs) |
48
+
| `offline_store` | Configures offline store, which executes point in time joins | `bigquery`, `snowflake.offline`, `redshift`, `spark`, `trino` (each have their own extra configs) |
49
+
| `flags` | (legacy) Soon to be deprecated way to enable experimental functionality. | |
50
50
51
51
#### **Some further notes and gotchas**
52
52
- Generally, custom offline + online stores and providers are supported and can plug in.
0 commit comments