From c7d4f4c284d85c88b5a7cea502df7a9addc36d0c Mon Sep 17 00:00:00 2001 From: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:46:09 -0800 Subject: [PATCH] Update persist_docs.md to reflect dbx fix Update persist_docs.md to reflect fixed databricks persist column comments https://github.com/dbt-labs/dbt-spark/issues/372#issuecomment-1968964942 --- website/docs/reference/resource-configs/persist_docs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/reference/resource-configs/persist_docs.md b/website/docs/reference/resource-configs/persist_docs.md index 15b1e0bdb40..7642c7a80cf 100644 --- a/website/docs/reference/resource-configs/persist_docs.md +++ b/website/docs/reference/resource-configs/persist_docs.md @@ -131,7 +131,6 @@ Some known issues and limitations:
- Column-level comments require `file_format: delta` (or another "v2 file format") -- Column-level comments aren't supported for models materialized as views ([issue](https://github.com/dbt-labs/dbt-spark/issues/372))