Hacker News new | ask | show | jobs
by ediblenergy 3578 days ago
oh nice, yeah that is one of the things I read about in the docs but have not tried yet. I haven't really used BigQuery enough yet.
1 comments

You have to do a bit more yourself in BigQuery. (Define a schema and do a schema update when you log something new.) I implemented logging via App Engine requests which save the data to BigQuery. Not sure if that's better or worse than using the StackDriver service, but it's working.
You can now log to stackdriver and export to BigQuery. No need to handle schema updates.