microsoft / dbt-synapse

dbt adapter for Azure Synapse Dedicated SQL Pools
https://dbt-msft.github.io/dbt-msft-docs/docs/dbt-synapse/overview
MIT License
69 stars 29 forks source link

create_view_as - Show contracts warning only when contract_config.enf… #219

Closed baldwicc closed 3 months ago

baldwicc commented 6 months ago

The Model contracts cannot be enforced warning should only be logged if contract_config.enforced is set.

This change mimics the behavour that exists in create_table_as.sql#L17 and follows guidance from the v1.5 adapter change notes: https://github.com/dbt-labs/dbt-core/discussions/7213#discussion-4992837

baldwicc commented 4 months ago

@prdpsvs let me know if you need anything else for this PR