We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
This poses a problem because the sync process retries with the same data points instead of progressing to the next timestamp.
The text was updated successfully, but these errors were encountered: