pytimber.LoggingDB.get_variables_for_snapshots
- LoggingDB.get_variables_for_snapshots(pattern_or_list: Union[str, Iterable[str]], owner_pattern: str = '%') Dict[str, List[str]]
Get variables attached to snapshots. Wildcard for the pattern is ‘%’.
- Parameters:
pattern_or_list – pattern for the selection of snapshot names or a list of snapshot names
owner_pattern – pattern for the filtering by owner name
- Returns:
Dictionary of snapshots with attached list of variable names