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

Finish Constraint Support for Spark #747

Closed peterallenwebb closed 1 year ago

peterallenwebb commented 1 year ago

resolves #656, resolves #657

Description

Add model-level constraint support to Spark

Checklist

dbeatty10 commented 1 year ago

Heads-up @peterallenwebb: the pull request description needs to be something like this to close multiple issues:

resolves #656, resolves #655

Otherwise, it will only auto-close the first issue, and the subsequent issue(s) will be left open.

dbeatty10 commented 1 year ago

@peterallenwebb Nevermind my comment about syntax for resolves since it looks like #655 is already closed.

dbeatty10 commented 1 year ago

@peterallenwebb nevermind my nevermind 😅 -- from the changelog entry, it appears that you meant #657 instead of #655?

In that case, the PR description should be updated to:

resolves #656, resolves #657