Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active January 27, 2021 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/4401083669a206183c0fb6d19f4aa566 to your computer and use it in GitHub Desktop.
Save velotiotech/4401083669a206183c0fb6d19f4aa566 to your computer and use it in GitHub Desktop.
+--------------------------------------------------------------------------------------------+-----------------+-----------------------------------------------------+
|constraint |constraint_status|constraint_message |
+--------------------------------------------------------------------------------------------+-----------------+-----------------------------------------------------+
|SizeConstraint(Size(None)) |Success | |
|MinimumConstraint(Minimum(averageRating,None)) |Success | |
|MaximumConstraint(Maximum(averageRating,None)) |Failure |Value: 10.0 does not meet the constraint requirement!|
|containsURL(titleType) |Failure |Value: 0.0 does not meet the constraint requirement! |
|CompletenessConstraint(Completeness(primaryTitle,None)) |Success | |
|ComplianceConstraint(Compliance(numVotes is non-negative,COALESCE(numVotes, 0.0) >= 0,None))|Success | |
|UniquenessConstraint(Uniqueness(List(tconst),None)) |Success | |
|AnalysisBasedConstraint(DataType(isAdult,None),<function1>,Some(<function1>),None) |Success | |
+--------------------------------------------------------------------------------------------+-----------------+-----------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment