MM-59410 - Adding dim_server_info to the "Feature usage" explore #1020
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adding join to the
dim_server_info
view to the "Feature Usage" explore. The reason is to help implement MM-59410, to use the "hosting type" to be able to display either cloud or self-hosted customer info, depending on the server type. Technically, there should be no need for that right now, the cloud installs have the full set of features, but could not find any other explore that would make sense to use in the context of MM-59410.Other options would be to create a separate explore for MM-59410 and alike or to use smth. like
rpt_active_user_base
(which coalesces cloud and self-hosted customer metadata and is the only explore that uses the latest customer info -dim_latest_server_customer_info
).Ticket Link
https://mattermost.atlassian.net/browse/MM-59410