-
Notifications
You must be signed in to change notification settings - Fork 393
update retl bigquery setup with storage-api #7945
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
Conversation
When setting up a BigQuery Reverse ETL source, you can choose which API Segment uses to read from BigQuery. You can make this selection during the initial setup, or later from Sources > Reverse ETL > BigQuery Source > Settings > Connection Settings. | ||
- **REST API** | ||
Recommended for most tables. REST is generally more cost-efficient, but syncs may be slower for very large datasets. | ||
- **Storage API** | ||
Recommended for large tables. The Storage API can significantly improve throughput and reduce sync times, but may incur higher costs. See [BigQuery Storage API client libraries](https://cloud.google.com/bigquery/docs/reference/storage/libraries) and [BigQuery pricing for data extraction](https://cloud.google.com/bigquery/pricing?hl=en#data_extraction_pricing) for more information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gilsegment is there a reason why you want this info added after step 10? the placement of this info is very weird as step 10 is about the data location, unless you're saying that choosing which API Segment uses is related to the data location?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the order. @stayseesong
✅ Deploy Preview for segment-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
src/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup.md
Outdated
Show resolved
Hide resolved
src/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup.md
Outdated
Show resolved
Hide resolved
Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site. |
ticket
https://twilio-engineering.atlassian.net/browse/CLAS-1069
Proposed changes
Updating Reverse-ETL Setup with BigQuery Storage-API
Merge timing
ASAP