Mikhail f. Shiryaev
Mikhail f. Shiryaev
That escalated quickly.. what's the proper way to solve it?
I suggest enabling https://clickhouse.com/docs/en/operations/system-tables/query_log and then investigating what causes the mentioned issue. It will be quite easy after that. `cache-ttl` AFAIR is an internal thing to not update tags and...
I am not sure what you mean. I've used distributed tables for inserts there
You should rather use a single table, not "on cluster" clause. See https://clickhouse.com/docs/en/engines/table-engines/special/distributed/
@psss I think it's because of these lines https://github.com/psss/did/blob/070a535d9250200ddfb8c43f9ae81f999fe51492/did/cli.py#L143-L144 It looks like for github every `self.options.until` should have changed `- delta(days=1)`. WDYT? For example, `/usr/bin/did --width=0 --since=2024-03-12 --until=2024-03-12 --format=markdown --debug`...
A solution is presented in https://github.com/psss/did/pull/363/commits/125f468a5ce9090d6ac55ed049c281b4ecd8f018
Hi-hi! I started using the program recently and love it! However, I faced precisely the same issue described here. Reading the GH API documentation doesn't help. The events API does...
I've implemented the filter in #363, but I've found that the `PullRequestsReviewed` has a very solid query, so it's unnecessary to use https://api.github.com/repos/ClickHouse/ClickHouse/pulls/56317/comments?since=2023-11-15&sort=created there
This PR is still in draft mode to adjust the automation in https://github.com/ClickHouse/ClickHouse/pull/57203 The branch now is in the WIP mode, so it will be regenerated to the `refs/heads/master` before...
Interesting [case](https://github.com/docker-library/official-images/actions/runs/7115508102/job/19372251987?pr=15846#step:7:424), I am addressing it in our master, which will regenerate the LDF