Skip to content

BQ to handle Table Expiration Errors #35

Description

@Ella6882

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions