Since Data Studio has a built-in Big Query connector, I wanted to host all the data on that. However, I realised there seems to be no easy way to get the prediction results from cloud ML to pop up in Big Query.
At the moment, I am thinking of making a script on python to:1. Generate a batch request of predictions
2. Run the job on cloud ML engine
3. Push the data to big Query.
I think this script would need to be run in AppEngine, or at least on a compute instance, and have no idea how one would run this script from inside Data Studio.
Is there a better way to solve this problem? Any help would be greatly appreciated.