You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
When a external_volume is omitted in the definition of an Iceberg table, the create table statement uses external_volume='None'.
As Snowflake allows for the creation of Iceberg tables without specifying an external volume (picking up the external volume attached to the schema or database) and the field is defined as optional, this does not seem like an expected behaviour.
Expected Behavior
external_volume specification is omitted from create table statement if the volume is not defined in the model's configuration.
Steps To Reproduce
Define an Iceberg table model, omitting the external_volume
Run code
Check target/run code for a create table statement with external_volume='None'
Is this a new bug in dbt-snowflake?
Current Behavior
When a
external_volume
is omitted in the definition of an Iceberg table, thecreate table
statement usesexternal_volume='None'
.As Snowflake allows for the creation of Iceberg tables without specifying an external volume (picking up the external volume attached to the schema or database) and the field is defined as
optional
, this does not seem like an expected behaviour.Expected Behavior
external_volume
specification is omitted fromcreate table
statement if the volume is not defined in the model's configuration.Steps To Reproduce
external_volume
target/run
code for acreate table
statement withexternal_volume='None'
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: