pytimber.SparkLoggingDB.get_hierarchies_for_variables
- SparkLoggingDB.get_hierarchies_for_variables(pattern_or_list: str | Iterable[str]) Dict[str, List[str]]
Get a list of hierarchy paths for variables (in which given variables are defined). Wildcard for the pattern is ‘%’.
- Parameters:
pattern_or_list – pattern for the selection of variables names or a list of variables names.
- Returns:
Dictionary of variables with corresponding list of hierarchy paths