gravitino.audit.caller_context.CallerContext¶
- class gravitino.audit.caller_context.CallerContext(context: Dict[str, str])¶
Bases:
object
A class defining the caller context for auditing coarse-grained operations.
- __init__(context: Dict[str, str])¶
Initialize the CallerContext.
- Args:
context: The context dict.
Methods
__init__
(context)Initialize the CallerContext.
context
()Returns the context dict in the caller context.
- context() Dict[str, str] ¶
Returns the context dict in the caller context.
- Returns:
The context dict.