You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data is circulated using the 'behave-context' and is ultimately stored in the database, as 'ValidationOutcome' corresponds to a database column.
252
252
"""
253
+
# this basically serves as placeholder, later only the highest severity
254
+
# outcomes are retained, so the state is initiated to NOT_APPLICABLE
255
+
validation_outcome=ValidationOutcome(
256
+
outcome_code=ValidationOutcomeCode.NOT_APPLICABLE, # "NOT_APPLICABLE", Given statement with schema/mvd check # deactivated until code table is added to django model
outcome_code=ValidationOutcomeCode.NOT_APPLICABLE, # "NOT_APPLICABLE", Given statement with schema/mvd check # deactivated until code table is added to django model
0 commit comments