from typing import Any, Dict, Callable, Optional LOGICAL_READERS: Dict[str, Callable[[Any, Optional[Dict], Optional[Dict]], Any]]