Stephen
Stephen
### Helm Chart Version 0.64.308 ### What step the error happened? During the Sync ### Relevant information Hi, Im working with some large slow Mixpanel syncs where the orchestrator pods...
Hi, when dbt runs for a incremental+append it always drops the temporary tables that are used for full refreshes. Even if its not going to use them. In my system,...
Hi, it would be great if dbt-ch supported [skip indexes](https://clickhouse.com/docs/en/optimize/skipping-indexes), much like it does projections. Eg ``` {{ config( engine='MergeTree()', order_by='id, materialized='table', indexes=[{ 'name': 'minmax_received_ts', 'column': 'received_ts', 'type': 'minmax', 'granularity':...