-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: pass impl_type arg to TA tasks instead of new_impl #1122
Conversation
0d97342
to
8a2baab
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #1122 +/- ##
==========================================
- Coverage 97.78% 97.78% -0.01%
==========================================
Files 446 446
Lines 36782 36778 -4
==========================================
- Hits 35969 35965 -4
Misses 813 813
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
8a2baab
to
99c37a9
Compare
99c37a9
to
2d9ca77
Compare
✅ Sentry found no issues in your recent changes ✅ |
impl_type is a literal that can be "old" | "new" | "both" old: in the case of old it will keep running the it has been both: it will run the timescale implementation of the TA proc task but it won't be updating the upload state or deleting/rewriting the raw upload new: it will only run the new timescale implementation and it will update the upload state and rewrite/delete the raw upload
2d9ca77
to
9acb97c
Compare
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
impl_type is a literal that can be "old" | "new" | "both"
old: in the case of old it will keep running the it has been
both: it will run the timescale implementation of the TA proc
task but it won't be updating the upload state or deleting/rewriting
the raw upload
new: it will only run the new timescale implementation and it will
update the upload state and rewrite/delete the raw upload