pytimber.SparkLoggingDB.get_variable_origin

SparkLoggingDB.get_variable_origin(pattern: str | Iterable[str]) Dict[str, str]

Gets the system origin(s) for the given variable pattern.

Parameters:

pattern (PatternOrList) – A pattern or list of names to search for variables.

Returns:

A dictionary with variable name as key and system origin as value.

Return type:

Dict[str, str]