Hello everyone. I duplicate my question from GE slack channel.
I’m trying to use GE with Clickhouse. So I managed to connect to CH, but have some problems with creating temporary tables. I guess it creates temp table within one session and execute other commands within another session and thats why the error occurs that temp table doesn’t exist.
I’m trying to turn it off by using ‘create_temp_table’ = False in ‘batch_kwargs’ but getting the same error (see the pic). What am i doing wrong?
p.s. how to add custom tag to my topic? I want to add #clickhouse