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 microbatch strategy #924

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

QMalcolm
Copy link
Contributor

@QMalcolm QMalcolm commented Oct 2, 2024

resolves #923

Problem

dbt-redshift needs a microbatch implementation that:

  • efficiently inserts new batches of data knowing that compiled_code will be filtered down by event_time
  • does not require a unique_key configuration on the model.

Solution

TBD

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

This work is basically in entirety a duplicate of the work done by
MichelleArk in dbt-labs/dbt-snowflake#1179.
I don't really expect this to work first try, but it might. I expect
to need to do some edits, but who knows, maybe I'll get lucky.
@cla-bot cla-bot bot added the cla:yes label Oct 2, 2024
@QMalcolm QMalcolm added the Skip Changelog Skips GHA to check for changelog file label Oct 2, 2024
@dbt-labs dbt-labs deleted a comment from github-actions bot Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[dbt-redshift] Microbatch strategy
1 participant