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

vdk-trino: Create new SCD Upsert VDK Trino template #3429

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

sbuldeev
Copy link
Collaborator

@sbuldeev sbuldeev commented Nov 28, 2024

What:
Adding new way to process data. It is meant to update target table rows based on id column that are coming from the source view and also insert the new rows that are not present in the target table already.

Why:
It will be used mainly for optimizing the scd1 template in order to avoid calculating the whole table logic on every run.

Tests:
Tested base functionality by executing the template locally and verified the following scenarios:
- Base scenario without checks provided
- Scenario with provided positive checks
- Scenario with provided negative checks
- Scenario to check if the target table comments are being kept

What:
Adding new way to process data. It is meant to update target table rows based on id column that are coming from the source view and also insert the new rows that are not present in the target table already.

Why:
It will be used mainly for optimizing the scd1 template in order to avoid calculating the whole table logic on every run.
@sbuldeev sbuldeev changed the title Create new SCD Upsert VDK Trino template vdk-trino: Create new SCD Upsert VDK Trino template Nov 28, 2024
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

Successfully merging this pull request may close these issues.

1 participant