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

Truncate fix for large jobs. #16

Merged
merged 5 commits into from
Sep 24, 2024
Merged

Truncate fix for large jobs. #16

merged 5 commits into from
Sep 24, 2024

Conversation

xacadil
Copy link

@xacadil xacadil commented Jun 25, 2024

No description provided.

# using this change we will switch truncate logic off and make subsequent copies to incremental
if stream in self.truncate_counts and self.truncate_counts[stream] > 0:
instance_truncate = False
instance_increment = True
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we be doing append not increment? There's no reason to merge right, we just dropped the table?

@hsyyid hsyyid merged commit 77dffef into master Sep 24, 2024
1 check failed
@hsyyid hsyyid deleted the truncate-fix-HGI6108 branch September 24, 2024 20:32
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.

3 participants