Skip to content

Generated incremental SQL when table does not exist should not do a create or replace #1561

Open
@lewish

Description

@lewish

In the rare situation that seems to have happened to a customer recently - that BigQuery tells us a incremental table does not exist even though it does - we should not generate a create or replace statement to rebuild the table in case it does actually exist, and instead generate a create table if not exists statement in case.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions