from typing import Union User = str Account = str Warehouse = str Database = str Schema = str PrivateKey = str PrivateKeyPassword = str BoundParams = tuple[Union[str, int], ...] PossibleValues = Union[str, int, float, bool, None]