aw_get_calculatedmetrics()
- return comma-separated set of tags if tags
is used in expansion
#46
Labels
enhancement
New feature or request
The tags argument for
expansion
inaw_get_calculatedmetrics()
appears to return a list object in thetags
column. Since many calculated metrics will have no tags or only a single tag, returning a commas-separated string with the tags seems like it would be cleaner to use, since this would, presumably, be returned primarily so that a subsequent call that usestagnames
would then be executed.The text was updated successfully, but these errors were encountered: