How to stream into Google BigQuery from an Amazon Athena query
In Amazon Athena: First we need to get the schema of our source table or query. I’m doing a select * from my source table so I can use: show create table headeraltpartitions4; We need the schema to create the table in Google BigQuery (if it doesn’t exist already) In Google BigQuery, we’ll modify the …
How to stream into Google BigQuery from an Amazon Athena query Read More »