-
Notifications
You must be signed in to change notification settings - Fork 10
docs: add FAQ for "BigQuery Streaming Insert Not Allowed in Free Tier" error #643
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
Open
SangeetaMishr
wants to merge
4
commits into
main
Choose a base branch
from
docs/bigquery-streaming-insert-free-tier-faq
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
fe5abd8
docs: add FAQ for BigQuery streaming insert free tier error
sangeeta1911 57666ae
docs: remove hyperlinks from BigQuery streaming insert FAQ
sangeeta1911 56efae9
docs: restore links, drop backtick code styling on UI terms
sangeeta1911 d696b81
Revise FAQ on BigQuery Streaming Insert Error
SangeetaMishr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
docs/8. FAQ/Fixing BigQuery Streaming Insert Not Allowed in Free Tier Error.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| <h3> | ||
| <table> | ||
| <tr> | ||
| <td><b> 3 minutes read</b></td> | ||
| <td style={{ paddingLeft: '40px' }}><b>Level: Intermediate </b></td> | ||
| <td style={{ paddingLeft: '40px' }}><b>Last Updated: July 2026</b></td> | ||
| </tr> | ||
| </table> | ||
| </h3> | ||
|
|
||
| # BigQuery Streaming Insert Not Allowed in Free Tier: | ||
|
|
||
| Glific writes every message and contact update into your BigQuery account in real time, using what Google calls a "streaming insert". If your Google Cloud project's billing account is not fully set up, these writes fail and this error shows up in your BigQuery sync. | ||
|
|
||
| ## Why this happens: | ||
|
|
||
| BigQuery has a generous free tier for storage and queries (refer [BigQuery Setup and link with Glific](https://glific.github.io/docs/docs/Product%20Features/Reporting%20&%20Dashboard/BigQuery%20Setup%20and%20link%20with%20Glific/) to know more), but streaming inserts are a separate, billable feature. Google requires a project to have an active, upgraded billing account before it will accept streaming inserts - even if your actual usage stays well within the free tier limits. This error usually means one of the following: | ||
|
|
||
| - No billing account is linked to the Google Cloud project connected to Glific, or | ||
| - The project is still on Google Cloud's 90-day free trial, which has not been upgraded to a full billing account. | ||
|
|
||
| ## How to fix this: | ||
|
|
||
| 1. Go to [Google Cloud Console](https://console.cloud.google.com/) and sign in with the account used to set up BigQuery for your organization. | ||
| 2. Select the same project that is linked to Glific for BigQuery (refer [BigQuery Setup and link with Glific](https://glific.github.io/docs/docs/Product%20Features/Reporting%20&%20Dashboard/BigQuery%20Setup%20and%20link%20with%20Glific/) if you're not sure which project this is). | ||
| 3. From the left navigation menu, select Billing. | ||
| 4. If you see an option to Upgrade, select it and complete the steps to convert your free trial to a full Cloud Billing account. If no billing account is linked at all, select Link a billing account and either choose an existing one or create a new one. | ||
| 5. Add a valid payment method when prompted, and confirm. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it mandatory to add a credit card as the payment method? I'm not sure, I think I heard that in one of the meetings. |
||
|
|
||
| Once billing is upgraded/linked, streaming inserts into BigQuery will resume automatically. You don't need to change anything in Glific - Glific will keep sending data as soon as your Google Cloud project accepts it. | ||
|
|
||
| Please Note : Upgrading or linking a billing account does not mean you'll be charged immediately. BigQuery's free tier (10GB storage and 1TB of queries per month) still applies - you'll only be billed if you exceed those limits, and Google notifies you before that happens. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
do you think it's better to add screenshot for 3rd point? @SangeetaMishr