-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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/Postgres: List views in table dropdown as well #62867
Conversation
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.
lgtm!
* MSSQL: Query views for table dropdown * Postgres: Query views for table dropdown
* MSSQL: Query views for table dropdown * Postgres: Query views for table dropdown
Is this issue fixed? Grafana 9.4.3 is not showing database Views, just tables in the core installed MS SQL Server plugin. Edit: This seems to be fixed since Milestone 9.5.0. I upgraded my Grafana installation to current 9.5.2 and Views now pop up like tables are, as expected. Thanks! |
@Helix751 Good to hear! :) |
This PR fixes an issue that the table dropdown for the MSSQL and Postgres datasource only showed tables and not views. This pr fixes it by removing the constraint in the table query.
Which issue(s) does this PR fix?:
Fixes #59775 #62674
Special notes for your reviewer: