Skip to content

Instantly share code, notes, and snippets.

@andrewrjones
Created February 16, 2026 09:15
Show Gist options
  • Select an option

  • Save andrewrjones/36cea049006e3d76c74912c27ec35445 to your computer and use it in GitHub Desktop.

Select an option

Save andrewrjones/36cea049006e3d76c74912c27ec35445 to your computer and use it in GitHub Desktop.
apiVersion: v3.1.0
kind: DataContract
id: 53581432-6c55-4ba2-a65f-72344a91553a
version: 1.0.0
status: active
schema:
- name: customers
properties:
- name: id
businessName: Unique ID for each customer
logicalType: string
quality:
- metric: nullValues
mustBe: 0
- name: created
businessName: The timestamp at which the customer object was created
logicalType: timestamp
- name: email
businessName: The customers primary email address
logicalType: string
quality:
- metric: invalidValues
mustBe: 0
pattern: '^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$'
classification: pii
support:
- channel: '#data-alerts'
tool: slack
scope: alerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment