-
Notifications
You must be signed in to change notification settings - Fork 83
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
mssql datasource #307
base: main
Are you sure you want to change the base?
mssql datasource #307
Conversation
Just realized I have a typeo in my first commit. There's not a way to fix it here without opening a new PR, is there? |
Hello @ImNtReal . Thanks for your MR, you can do a Also, can you add a changelog fragment please ? |
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.
Changelog fragment missing
@seuf sorry it took me so long to get back around to this. I've added a changelog fragment. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #307 +/- ##
==========================================
+ Coverage 69.63% 71.06% +1.42%
==========================================
Files 9 18 +9
Lines 1166 1863 +697
Branches 255 321 +66
==========================================
+ Hits 812 1324 +512
- Misses 204 397 +193
+ Partials 150 142 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Hey @ImNtReal, would you mind creating some integration-tests for this PR? :) |
SUMMARY
Added support for mssql as a datasource. It might be possible to better support some options, but this is working for me.
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
grafana_datasource
ADDITIONAL INFORMATION
I'm not really sure what to add. I'm using this to add Microsoft SQL Server datasources to Grafana for a tool called SQLWATCH.