Skip to content

Commit

Permalink
Update snowflake-configs.md
Browse files Browse the repository at this point in the history
Removing bullet until there are more items
  • Loading branch information
matthewshaver authored Jan 9, 2025
1 parent 3063f0c commit 7f7fd9c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions website/docs/reference/resource-configs/snowflake-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f7fd9c

Please sign in to comment.