Wrap create_table_as user sql in schema-ordered select statement for models with contract: true
Wrap create_table_as user sql in schema-ordered select statement for models with contract: true
Could look like: a call to default__get_select_subquery implemented in dbt-core, called in spark__create_table_as
We won't need to do this for view materializations as they don't support constraints.
Core issue: https://github.com/dbt-labs/dbt-core/issues/7064
Wrap create_table_as user sql in schema-ordered select statement for models with contract: true
Wrap create_table_as user sql in schema-ordered select statement for models with contract: true Could look like: a call to
default__get_select_subquery
implemented in dbt-core, called in spark__create_table_asWe won't need to do this for view materializations as they don't support constraints.