Created
February 16, 2026 09:15
-
-
Save andrewrjones/36cea049006e3d76c74912c27ec35445 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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