-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Is your feature request related to a problem? Please describe.
After merging the current commit, we need to create datasets on the ServiceAccount that is currently using Feast. This cause permissions issues on our side
The issue it that the service account that using Feast might have permissions to write into another BQ account that is not its own.
Describe the solution you'd like
Thus we should be able to pass the project in which to write tables/datasets in the BigQueryOfflineStoreConfig().
This could be an optional argument and get infer if not passed
Describe alternatives you've considered
Give permissions to service accounts that don't need it
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
No labels