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

Semantic validation rule: DataFlow must be from provided data pin to a required one #27

Closed
2 tasks done
Gelio opened this issue Nov 8, 2021 · 0 comments · Fixed by #60
Closed
2 tasks done

Semantic validation rule: DataFlow must be from provided data pin to a required one #27

Gelio opened this issue Nov 8, 2021 · 0 comments · Fixed by #60
Labels
complexity: low P2 Medium priority scope: model validation Issues related to validating models thesis-required Issue must be closed to complete the thesis validation rule

Comments

@Gelio
Copy link
Owner

Gelio commented Nov 8, 2021

Add a new semantic validation rule that enforces:

  1. DataFlow source is a provided data pin
  2. DataFlow target is a required data pin

Depends on

@Gelio Gelio added P2 Medium priority scope: model validation Issues related to validating models complexity: low labels Nov 8, 2021
Gelio added a commit that referenced this issue Nov 17, 2021
The `DataFlowDirection` semantic validation rule ensures that `DataFlow`
are from Provided data pins to Required data pins.

There are 2 tests to make sure the rule works correctly.

Closes #27
@Gelio Gelio closed this as completed in #60 Nov 17, 2021
@Gelio Gelio added the thesis-required Issue must be closed to complete the thesis label Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: low P2 Medium priority scope: model validation Issues related to validating models thesis-required Issue must be closed to complete the thesis validation rule
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant