pytimber.SparkLoggingDB.get_variable_description

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

Gets description(s) for the given variable pattern.

Parameters:

pattern – A pattern or list of names to search for variables

Returns:

A dictionary of variable names and descriptions matching the search pattern.

Return type:

Dict