-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Connectors prototype v3 #6700
Connectors prototype v3 #6700
Conversation
Codecov ReportBase: 89.94% // Head: 90.45% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6700 +/- ##
==========================================
+ Coverage 89.94% 90.45% +0.51%
==========================================
Files 245 245
Lines 14712 15036 +324
==========================================
+ Hits 13232 13601 +369
+ Misses 1210 1152 -58
- Partials 270 283 +13
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. |
4a06824
to
d824308
Compare
67c822c
to
bce329b
Compare
6ec2777
to
616c255
Compare
f59078f
to
f2b050a
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
f2b050a
to
43dec53
Compare
43dec53
to
990292d
Compare
23e69ef
to
00b5eff
Compare
31aa08b
to
a3151bc
Compare
24fe801
to
ba6f793
Compare
14104ba
to
258a5c1
Compare
258a5c1
to
4e4da6d
Compare
4e4da6d
to
8fe9053
Compare
Closing since we are almost done in #7045 |
Variation of #6372, with reduced connector types.
This simplifies code in the core connector packages, but pushes some complexity into individual implementations. In particular, connectors that can consume a signal more than one way must ensure that their constructors set up the proper consume function.