From d14673a870e5188037da96757b34cd113840b9d0 Mon Sep 17 00:00:00 2001 From: Ben Cassell Date: Mon, 2 Dec 2024 14:54:45 -0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfce1d4e..f8e07129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Replace array indexing with 'get' in split_part so as not to raise exception when indexing beyond bounds ([839](https://github.com/databricks/dbt-databricks/pull/839)) - Set queue enabled for Python notebook jobs ([856](https://github.com/databricks/dbt-databricks/pull/856)) +- Ensure columns that are added get backticked ([859](https://github.com/databricks/dbt-databricks/pull/859)) ### Under the Hood