First of all, Is it possible to do batch load into Google BigQuery through its API? If yes, then how much does it cost?
I don't want to go for streaming load because it costs a bit as compared to batch load.
I will be inserting a million rows each day. I will be using Python to use 'patch' or 'update' in the API.