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
Is your feature request related to a problem? Please describe.
When using Feast data sources we can either allow Feast to create the BigQuery table in BigQuery or we can pre-create it and have Feast write to it. In our org having feast create the table is not allowed due to policy tags which are used to control column access in BigQuery.
Describe the solution you'd like
The BigQuery data source could support policy tagging such that column level tags could be added in code and be applied to the table columns when Feast creates the table.
Describe alternatives you've considered
We currently set table_create_disposition: CREATE_NEVER and pre-create tables ourselves with appropriate tagging. This adds additional steps to the deployment process making it error prone.
Is your feature request related to a problem? Please describe.
When using Feast data sources we can either allow Feast to create the BigQuery table in BigQuery or we can pre-create it and have Feast write to it. In our org having feast create the table is not allowed due to policy tags which are used to control column access in BigQuery.
Describe the solution you'd like
The BigQuery data source could support policy tagging such that column level tags could be added in code and be applied to the table columns when Feast creates the table.
Describe alternatives you've considered
We currently set
table_create_disposition: CREATE_NEVER
and pre-create tables ourselves with appropriate tagging. This adds additional steps to the deployment process making it error prone.Additional context
BigQuery policy tags
The text was updated successfully, but these errors were encountered: