Hacker News new | ask | show | jobs
by skybrian 3578 days ago
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.
1 comments

You can now log to stackdriver and export to BigQuery. No need to handle schema updates.