Last active
June 12, 2021 05:43
-
-
Save ppshein/6bf0062c940cd6e6eb8b43f863425b12 to your computer and use it in GitHub Desktop.
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
| resources = [{ | |
| bu = "netflix" | |
| title = ["title_1", "title_2", "title_3", "title_4", "title_5", "title_6"] | |
| query = ["SELECT max(provider.currItems.Maximum) FROM DatastoreSample as 'Cache Items' FROM DatastoreSample WHERE provider='ElastiCacheRedisNode' AND providerAccountName = 'xxx' AND displayName LIKE '${widget_line.value}%' TIMESERIES AUTO FACET displayName", "query_2", "query_3", "query_4", "query_5", "query_6"] | |
| }, { | |
| bu = "apple" | |
| title = ["title_1", "title_2", "title_3", "title_4", "title_5", "title_6"] | |
| query = ["query_1", "query_2", "query_3", "query_4", "query_5", "query_6"] | |
| }, { | |
| bu = "youtube" | |
| title = ["title_1", "title_2", "title_3", "title_4", "title_5", "title_6"] | |
| query = ["query_1", "query_2", "query_3", "query_4", "query_5", "query_6"] | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment