Hi, i am using bigquery as datasource and Datastore as online store and when i run the command
fs.materialize
it sends half the the records to online store and after that it throws the following error
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "The referenced transaction has expired or is no longer valid."
debug_error_string = "{"created":"@1636535871.261130485","description":"Error received from peer ,"file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"The referenced transaction has expired or is no longer valid.","grpc_status":3}"
InvalidArgument: 400 The referenced transaction has expired or is no longer valid.
i have 5119 rows and if i get online features i can get 3400 records above it i get none values for all the rows.