Conversation
…eToRunDurationMilliseconds] and added the data view run stats and sync last refresh time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The Group Sync Information script has been erroring on TimeToRunMS since v11.0, the column went out as TimeToRunDurationMilliseconds instead (it is already named that way in the 1.11.0 tag) so the script never actually ran on a released version.
This just swaps the column name in the select and the order by, and while I was in there I added the rest of the data view run stats and the sync's last refresh time since that is usually what you are actually after when you are looking at slow syncs:
All of those exist as of v11.0 so the version note in the header stays the same, i also checked them against the current develop models. Moved the select list to one column per line to match the style guide and fixed the millseconds typo in the header while I was at it.
-Yeşu