Skip to content
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

BQ to handle Table Expiration Errors #35

Open
Ella6882 opened this issue Sep 18, 2024 · 0 comments
Open

BQ to handle Table Expiration Errors #35

Ella6882 opened this issue Sep 18, 2024 · 0 comments

Comments

@Ella6882
Copy link

When syncing a large volume of data, you may encounter a 'Table Not Found Exception' error. According to Google's documentation, temporary tables expire after 24 hours (discussed here https://www.googlecloudcommunity.com/gc/Data-Analytics/Getting-Table-Not-found-Exception/td-p/710166).

CRITICAL 404 GET [REDACTED] Not found: Table [REDACTED]

google.api_core.exceptions.NotFound: 404 GET [REDACTED] Not found: Table [REDACTED]

This poses a problem because the sync process retries with the same data points instead of progressing to the next timestamp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant