Open kds1010 opened 3 months ago
@kds1010 I'm struggling to recreate this issue. Per your message - does this mean that you create a dynamic table, successfully created it on the initial run and then subsequent runs, it fails? That error message seems specific to a column name.
Would you be able to provide a sample of your dynamic table code? Did you also change from a different materialization (like table) over to dynamic table?
Is this a new bug in dbt-snowflake?
Current Behavior
When apply
dbt run
to an existing modelmaterialized = 'dynamic_table
, it fails with following error message:Expected Behavior
Generate
alter XXXX
command to update the configuration. After the investigation, I've found that it seems this query returns column name with uppercase but here refers it as lowercase and it returnsNone
for necessary configurations.Steps To Reproduce
materialized = 'dynamic_table'
Relevant log output
No response
Environment
Additional Context
No response