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
Could look like: default__get_select_subquery from dbt-core, called in redshift__create_table_as
Note: 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
[Redshift] Generate order-agnostic constraints ddl when contract: true
[ADAP-352] [Redshift] Generate order-agnostic constraints ddl when contract: true
Mar 4, 2023
Core issue: dbt-labs/dbt-core#7064
Wrap create_table_as user sql in schema-ordered select statement for models with contract: true
Could look like:
default__get_select_subquery
from dbt-core, called in redshift__create_table_asNote: 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: