-
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
feat: enable support for spn for eventstream #148
Conversation
Minimum allowed line rate is |
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #148 +/- ##
==========================================
+ Coverage 77.99% 78.21% +0.22%
==========================================
Files 130 130
Lines 12172 12212 +40
==========================================
+ Hits 9493 9552 +59
+ Misses 2675 2655 -20
- Partials 4 5 +1 β View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome!
707b536
to
98ed887
Compare
## v0.1.0-beta.7 - December 19, 2024 ### β¨ Added * [#157](#157) Added extended properties to `fabric_spark_job_definition` Data Source. * [#158](#158) Added extended properties to `fabric_spark_job_definition` Resource. ### π« Changed * [#126](#126) Enhance error handling by improving the diagnostic message - add additional error details, error codes and request ID. * [#148](#148) Enabled SPN support for Eventstream
π₯ Pull Request
β What are you trying to address