dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

[ADAP-420] Convert contract into dict #693

Closed emmyoop closed 1 year ago

emmyoop commented 1 year ago

Details of why this decision was made in https://github.com/dbt-labs/dbt-core/issues/7184

Convert

contract: true

to

contract:
  enforced: true
  <more_things_in_future>: ...