-
Notifications
You must be signed in to change notification settings - Fork 320
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
refactor: internal migration in postgres #2559
Conversation
57a0e6a
to
76b33e4
Compare
Codecov ReportBase: 43.86% // Head: 43.95% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2559 +/- ##
==========================================
+ Coverage 43.86% 43.95% +0.09%
==========================================
Files 187 187
Lines 39084 39059 -25
==========================================
+ Hits 17144 17169 +25
+ Misses 20856 20808 -48
+ Partials 1084 1082 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
94eef24
to
bb5607a
Compare
bb5607a
to
a326aa5
Compare
Please add a test verifying that incomplete jobs are migrated properly |
d95a7d2
to
9f8e250
Compare
6b464ae
to
772d97c
Compare
772d97c
to
beb21b6
Compare
Description
Rudder server triggers internal migration when required. No longer job fetching and then copying into new DS.
Does so using a
insert into newDS (select * from oldDS where non-terminal)
statement.Notion Ticket
Perform internal migrations using insert into select statements
Security