From d80f30ac22ee21c2006320e7065a385429593634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20=C3=81lvarez=20Caballero?= Date: Thu, 7 May 2026 14:50:49 +0100 Subject: [PATCH] docs: Add ClickHouse as compatible with `query_id` in `dbt_run_results` --- models/run_results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/run_results.yml b/models/run_results.yml index 3c188903b..3f83ee6c8 100644 --- a/models/run_results.yml +++ b/models/run_results.yml @@ -214,7 +214,7 @@ models: - name: query_id data_type: string - description: Query ID in the data warehouse, if returned by the adapter (currently only supported in Snowflake, is null for any other adapter). + description: Query ID in the data warehouse, if returned by the adapter (currently only supported in Snowflake and ClickHouse, is null for any other adapter). - name: thread_id data_type: string