dlt.common.runtime.init
restore_run_context
def restore_run_context(
run_context: RunContextBase,
section_context: Optional[ConfigSectionContext] = None) -> None
Restores run_context and optionally section_context by placing them into container.
If runtime_config is present, initializes runtime.
Intended to be called by workers in a process pool.