Skip to content

Commit 59e668d

Browse files
committed
Document that BigQuery's store's dataset_id option refers to dataset name not dataset id
Signed-off-by: Zhu Zhanyan <program.nom@gmail.com>
1 parent 828bcc6 commit 59e668d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serving/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ feast:
7575
config: # Store specific configuration.
7676
# GCP Project
7777
project_id: my_project
78-
# BigQuery Dataset Id
78+
# Name of the BigQuery dataset to use
7979
dataset_id: my_dataset
8080
# staging-location specifies the URI to store intermediate files for batch serving.
8181
# Feast Serving client is expected to have read access to this staging location

0 commit comments

Comments
 (0)