
I keep getting this error whenever I want to store data from RapidMiner to BigQuery. The connection are okay, where I already can retrieve data from BigQuery, but the error are quite weird when storing the data. The nominal or text data type in RapidMiner always tried to store into the BQ using SQL type DATETIME, and when it is integer, the error thrown said that I was about to store float64 data.
Any solution to store data from Rapidminer to BQ ?