Re: Feature store in bigquery
{ "emoji": "👍", "version": 1 }
Re: Feature store in bigquery
Try something like this in GBQ [image: image.png] -- data insertion INSERT INTO `test.michboy` (user_id, feature_name, feature_value, as_of_date, effective_from, effective_to) SELECT user_id, 'last_purchase_product', last_purchase_product, CURRENT_DATE() as_of_date, CURRENT_DA