I'm currently using chdb for our test suite. But as I use multiple 3rd party elements within the same test function, I would want to know what are the queries executed during each of my test functions.
To achieve this with a real ClickHouse, a call at the end of my function to system.query_log is sufficient for the current session.
How can I have the same behavior using chdb ?
Here is the current tables inside system (show tables in system):
I'm currently using chdb for our test suite. But as I use multiple 3rd party elements within the same test function, I would want to know what are the queries executed during each of my test functions.
To achieve this with a real ClickHouse, a call at the end of my function to
system.query_log
is sufficient for the current session. How can I have the same behavior using chdb ?Here is the current tables inside
system
(show tables in system
):Thanks :pray: