Skip to content

Commit

Permalink
add additional docs
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Loftis <loftiskg@gmail.com>
  • Loading branch information
loftiskg committed Oct 2, 2021
1 parent 651337b commit 55fd2a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sdk/python/feast/infra/offline_stores/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ class BigQueryOfflineStoreConfig(FeastConfigBaseModel):
""" (optional) GCP project name used for the BigQuery offline store """

location: Optional[StrictStr] = None
""" (optional) GCP location name used for the BigQuery offline store """
""" (optional) GCP location name used for the BigQuery offline store.
Examples of location names include ``US``, ``EU``, ``us-central1``, ``us-west4``.
If a location is not specified, the location defaults to the ``US`` multi-regional location.
For more information on BigQuery data locations see: https://cloud.google.com/bigquery/docs/locations
"""


class BigQueryOfflineStore(OfflineStore):
Expand Down

0 comments on commit 55fd2a1

Please sign in to comment.