Skip to content

BigQuery breaks in get_table_update_ts due to missing backticks #37

@davidwitk

Description

@davidwitk

get_table_update_ts.sql queries the information schema several times, for example here:

{{ relation.database }}.information_schema.tables

The queries fail on BigQuery because it expects backticks. For example, changing

{{ relation.database }}.information_schema.tables

to

`{{ relation.database }}.information_schema.tables`

does the fix. I guess one way to handle this could be to handle BigQuery in a separate condition?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions