Konstantin Ilchenko
Konstantin Ilchenko
Any work on Subpartition/Dynamic Partition planned? https://github.com/ClickHouse/ClickHouse/issues/8089 https://github.com/ClickHouse/ClickHouse/issues/13826 https://github.com/ClickHouse/ClickHouse/issues/16565 https://github.com/ClickHouse/ClickHouse/issues/18695
Sounds similar to what we have now internally We introduced extra option in model config ```python {{ config ( ... partition_by = 'toYYYYMM(date)', partition_strategy = 'append', // or can be...
@BentsiLeviav there is `persist_docs` macro that already adds comment to table and columns, I guess this PR should be reverted
But how do you know if some part of your data is already inserted or not? Making retries in a database that does not have transactions is pretty dangerous, you...
@genzgd in today's dbt+ClickHouse webinar you answered that you don't need Distributed tables when using Replicated database, but I don't understand how is that possible? According to documentation https://clickhouse.com/docs/en/engines/database-engines/replicated/ we...
@ikeniborn isn't it possible to pass all variables in config without wrapping in `{{}}`? because you are already in jinja context. As far as understand `get_incremental_period` is your custom macros?...
I also recommend reading this https://github.com/ClickHouse/ClickHouse/issues/39870 before using "lightweight" deletes
Not working for me in Cline, however it works fine via insector https://mcp.so/server/inspector, probably it can be a problem in Cline itself
Please run `dbt` with debug option to see full logs or look into ClickHouse query log to see the error ``` dbt run --target=clickhouse-dev --select=dbt_mart --debug or SELECT query, exception...
I will also remove `viernier` profiler, it is for newer versions of ruby