marckeelingiv
marckeelingiv
Really looking forward to this integration!
Here is the [dbt.log](https://github.com/ClickHouse/dbt-clickhouse/files/12772429/dbt.log) file when I get this error Here is the model that when I am running when this error is produced. ```sql {{ config( order_by = [...
Correct. Clickhouse query_log indicates out of memory. Code: 241. DB::Exception: Memory limit (total) exceeded: would use 453.45 GiB (attempt to allocate chunk of 1607988799 bytes), maximum: 453.00 GiB. OvercommitTracker decision:...
And I'll let my analyst know to explore simplifying the model.
One last piece of information that I forgot to provide is that to make it fail I set an upstream model as a view instead of a table. When that...
Do you think using ```yaml driver: native ``` instead of the default ```yaml driver: http ``` would make a differenc?
Switching from ```yml driver: http ``` to ```yml driver: native ``` seems to fix the issue. Just had to connect to port 9000 instead. Does that provide any good direction...
Does that mean that this issue needs to be on the ClickHouse repo?
@kairoaraujo I've merged my proposed readme changes into the existing readme. Let me know what you think :)
any updates?