You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙏
The text was updated successfully, but these errors were encountered: