I'm create a Datalake in AWS based on Athena and I would like to query data that I now store in Google Analytics. As I understand I don't have access to the raw data of Analytics, but I can export it to BigQuery and from there I can export it again to GCS (Google Cloud Storage). I know that I can create an automated process to export the data from Analytics to BigQuery.
How can I create (easily) the same export from BigQuery to GCS?
Also, what will be the easiest way to export all the historical data? I saw that I can do an export from the BigQuery console, but it export data for a single day only and this service is running for a while now.
Once all the data is in GCS I guess I can run an AWS Lambda to copy the data to my AWS account, so I could query it.