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

Add validation for dataset type #501

Merged
merged 2 commits into from
Jun 10, 2020
Merged

Commits on Jun 10, 2020

  1. Add validation for dataset type

    The valid dataset types at the moment are logs, metrics and events. events will be removed in the future but at the moment it is still used in the endpoint package. As soon as this is removed, the code here will be cleaned up.
    
    With recent changes to the code, the datasets were not validated anymore during build or running the registry. This is now changed by adding validate for datasets every time a package is created.
    ruflin committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    59b81eb View commit details
    Browse the repository at this point in the history
  2. apply pr review feedback

    ruflin committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    5de300e View commit details
    Browse the repository at this point in the history