-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a source BigQuery #1876
Comments
@awoehrl Thanks for creating the issue! what scale of data would you want to sync with Airbyte? |
My main use case would be building APIs based on BigQuery data. One example is a content recommender API based on web analytics data that sits in BigQuery. The amount of data that I’m querying for that is around 50 GB every 30 Minutes.
Right now I’m setting up the process like this:
1. Scheduled queries build the tables
2. A cloud function moves the data from BigQuery to GCS
3. A cloud function moves the data to Cloud SQL Postgres.
From: Sherif A. Nada <[email protected]>
Sent: Freitag, 5. Februar 2021 19:37
To: airbytehq/airbyte <[email protected]>
Cc: Wöhrl Andreas <[email protected]>; Mention <[email protected]>
Subject: Re: [airbytehq/airbyte] Add a source BigQuery (#1876)
@awoehrl<https://github.com/awoehrl> what scale of data would you want to sync with Airbyte?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1876 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKWL52FF4WRHDW5AZU37WBLS5Q3DRANCNFSM4WWXKBWQ>.
|
A user (@erosen3 ) has expressed interest in being able to sync views from BigQuery as well. It would be nice to have this feature |
👍 Our use case is to sync some tables/datasets between GCP projects, like tables exported by Google Analytics 360 and Firebase to bigquery, about to 2-5TB/day. The native functionality in BigQuery (BQ Transfer Service) for this purpose don't fully met our need because they have a minimum frequency of 12 hours and we need at least 6 hours for this sync interval. |
The latest state of the comprehensive tests after #4981
|
Requires #4401
Tell us about the new integration you’d like to have
Which source and which destination? Which frequency?
I'm looking into a way to get data out of BigQuery and into a postgres database.
Describe the context around this new integration
This is important for our internal APIs that are feed by a postgres database. The raw data lies in BigQuery and the aggregates need to go to postgres.
Describe the alternative you are considering or using
I will have to setup some messy cloud functions to get the data out or setup a meltano instance.
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: