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
# Description
This PR adds CHECK constraints on delta tables. I still have some
outstanding work to do on this, but this is my working draft PR for this
feature.
```rust
let constraint = table.add_constraint().with_constraint("id", "id < 100");
constraint.await?;
```
# Related Issue(s)
#1881
# Documentation
<!---
Share links to useful documentation
--->
---------
Co-authored-by: Stephen Carman <stephen.carman@databricks.com>
Co-authored-by: scarman-db <106979814+scarman-db@users.noreply.github.com>
Description
As part of 3,7 support, implement check constraints on tables. #1568 @MrPowers could you please assign me this so others know
Use Case
Related Issue(s)
#1568
The text was updated successfully, but these errors were encountered: