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

Add BigQuery support to snowplow_incremental #7

Closed
bill-warner opened this issue Aug 20, 2021 · 0 comments
Closed

Add BigQuery support to snowplow_incremental #7

bill-warner opened this issue Aug 20, 2021 · 0 comments

Comments

@bill-warner
Copy link
Contributor

The snowplow_incremental materialisation currently only supports Redshift.

To support BigQuery:

  • Use a 'merge' strategy rather than delete/insert as is used by Redshift.
    • Merge is meant to be more performant.
  • Make use of partition_by config in BigQuery dbt models to restrict the table scan on the destination table.
  • Consider adding tests (BigQuery and Redshift).
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