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
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Spark] Generate order-agnostic constraints ddl when contract: true
[ADAP-364] [Spark] Generate order-agnostic constraints ddl when contract: true
Mar 7, 2023
Core issue: dbt-labs/dbt-core#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.
The text was updated successfully, but these errors were encountered: