bigQuery property

FeatureGroup_BigQuery? bigQuery
final

Indicates that features for this group come from BigQuery Table/View. By default treats the source as a sparse time series source. The BigQuery source table or view must have at least one entity ID column and a column named feature_timestamp.

Implementation

final FeatureGroup_BigQuery? bigQuery;