From 7f7fd9c6db7adba3906a3e2bf3650e9cc64a6a4a Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:52:32 -0500 Subject: [PATCH] Update snowflake-configs.md Removing bullet until there are more items --- .../reference/resource-configs/snowflake-configs.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/website/docs/reference/resource-configs/snowflake-configs.md b/website/docs/reference/resource-configs/snowflake-configs.md index b21036d14c7..30275450793 100644 --- a/website/docs/reference/resource-configs/snowflake-configs.md +++ b/website/docs/reference/resource-configs/snowflake-configs.md @@ -338,11 +338,13 @@ For dbt limitations, these dbt features are not supported: - [Copy grants configuration](/reference/resource-configs/snowflake-configs#copying-grants) ### Troubleshooting dynamic tables -- If your dynamic table model fails to rerun with the following error message after the initial execution: - ```sql - SnowflakeDynamicTableConfig.__init__() missing 6 required positional arguments: 'name', 'schema_name', 'database_name', 'query', 'target_lag', and 'snowflake_warehouse' - ``` - Ensure that `QUOTED_IDENTIFIERS_IGNORE_CASE` on your account is set to `FALSE`. + +If your dynamic table model fails to rerun with the following error message after the initial execution: + +```sql +SnowflakeDynamicTableConfig.__init__() missing 6 required positional arguments: 'name', 'schema_name', 'database_name', 'query', 'target_lag', and 'snowflake_warehouse' +``` +Ensure that `QUOTED_IDENTIFIERS_IGNORE_CASE` on your account is set to `FALSE`. ## Temporary tables