Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Levels Should Perform Tests Natively #407

Open
dataGriff opened this issue Sep 3, 2024 · 1 comment
Open

Service Levels Should Perform Tests Natively #407

dataGriff opened this issue Sep 3, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@dataGriff
Copy link

For the following nodes in the servicelevels datacontract specification:

  • retention
  • latency
  • freshness

Tests should automatically occur on the properties available without needing to specify them further in the additional quality node as everything is available to perform these tests without further specification.

retention:
   description: Data is retained for one year
   period: P1Y
   timestampField: model_name.last_updated
   unlimited: false
  latency:
    description: Data is available within 25 hours after the order was placed
    threshold: 1m
    sourceTimestampField: model_name.last_updated
    processedTimestampField: model_name.last_updated
  freshness:
    description: The most recent data in the whiskeys list.
    threshold: 1m
    timestampField: model_name.last_updated
@jochenchrist
Copy link
Contributor

Agree, we should do it. A PR would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants