Create a connectica connection object and verify connectivity.
If None is passed for one or more of the parameters then an attempt will be made to retrieve the value from the related environment variable.
create_kdbc(
cls,
url: Optional[str] = None,
user: Optional[str] = None,
passwd: Optional[str] = None
) -> gpudb.GPUdb