-
Notifications
You must be signed in to change notification settings - Fork 78
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 a base class for functions execute_* #338
Conversation
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #338 +/- ##
==========================================
- Coverage 76.88% 75.63% -1.26%
==========================================
Files 18 19 +1
Lines 2514 2647 +133
==========================================
+ Hits 1933 2002 +69
- Misses 581 645 +64 ☔ View full report in Codecov by Sentry. |
bb218fa
to
7a61ac4
Compare
Thanks!!!! This'll fix pain in our ass of pylance/pyright typing warnings on downstream projects(Yes GenAI Suite!). LGTM, but on the safe side, due to ci dependency on nebula-ent side(master branch T__T), I'll manually verify build with this branch and come back afterward :-D |
In this PR,