Contract Builder v2.0 is now live!

Define Your Data with Absolute Confidence

The ultimate platform to build, share, and enforce data contracts across your organization. Eliminate pipeline breakages before they happen.

user_events_contract.yaml
dataset: user_events
owner: data-platform-team
version: 1.2.0
schema:
  - name: event_id
    type: string
    constraints:
      - unique: true
      - not_null: true
  - name: timestamp
    type: timestamp