-
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(logging): enable api/sdk interaction logging #237
Conversation
Changelog Previewv0.1.0-dev - February 12, 2025✨ Added
|
Minimum allowed line rate is |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #237 +/- ##
==========================================
- Coverage 79.27% 79.20% -0.08%
==========================================
Files 155 156 +1
Lines 13300 13329 +29
==========================================
+ Hits 10544 10557 +13
- Misses 2752 2767 +15
- Partials 4 5 +1 ☔ View full report in Codecov by Sentry. |
873fcb5
to
26175cc
Compare
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.
Added 2 minor comments, but looks good. Great feature.
Co-authored-by: Pablo Zaidenvoren <[email protected]>
## v0.1.0-beta.9 - February 13, 2025 ### ✨ Added * [#215](#215) Definition support in the `fabric_kql_database` Resource / Data-Source * [#237](#237) Enable API/SDK interaction logging. ### 🪲 Fixed * [#235](#235) Error when referencing non-text source for Fabric Item Definition part. * [#239](#239) Inconsistent result for dynamic_executor_allocation (min_executors/max_executors) when enabled is false. * [#247](#247) Add support for missing `definition/expressions.tmdl` and `definition/relationships.tmdl` paths in the Semantic Model TMDL format.
📥 Pull Request
❓ What are you trying to address
This pull request introduces logging enhancements for API/SDK interactions and updates related documentation and configuration files. The key changes include enabling detailed logging for API calls and updating the troubleshooting guide.
✨ Description of new changes
Logging Enhancements:
internal/provider/client/logging.go
)internal/provider/provider.go
)Documentation Updates:
docs/guides/troubleshooting.md
,templates/guides/troubleshooting.md
)