Hi Team, can we connect flyte or union to ClickHou...
# flyte-support
b
Hi Team, can we connect flyte or union to ClickHouse?
f
what do you want to do with clickhouse? Its pure python so you can call anything
but if you want a native integration then one has to write an agent, that is not hard, but today one does not exist
but querying from or writing to clickhouse directly from python tasks is trivial
you can use secrets to connect and then output can be created
b
Thanks @freezing-airport-6809 I will explore these options!