liaokunlin
liaokunlin
you can download the dep file from [here ](https://packagecloud.io/app/Altinity/clickhouse/search?q=clicktail&filter=all&filter=all&dist=) and install it with dpkg command.
I find a solution to solve this problem,just change the code as below: ``` for (const tableName of Object.keys(tables)) { const exampleRow = await db(tableName).first(); exampleRows[tableName] = exampleRow || {};...
我合并代码之后,也配置了离线下载权限,但是查询界面没有出现“切换至导出”的按钮,奇怪。