ClickhouseConfigclass monad.ui.config.ClickhouseConfig Defines the location of the data source in ClickHouse. Examplefrom monad.ui.config import ClickhouseConfig ClickhouseConfig(host='HOST_IP') Parameters host: str The hostname or IP address of the ClickHouse server. If not set, localhost will be used.