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
We set the restrict_rules=True in the validation to avoid the conflicts between the reticulate of R and great_expectation of python, but we haven't added the restrictions for the submission related functions in DCA. It could be the reason why the validation passed, but submission failed. See the example below:
There are two different validation results with or without -rr (restrict_rules) flag
schematic model -c schematic_config.yml validate -mp Untitled.spreadsheet.-.HTA9.OHSU.HTAN.Imaging.Level.2.-.Sheet1.2.2.csv -dt ImagingLevel2:
error: On row 1 the attribute FOV number does not contain the proper value type int....error: On row 110 the attribute FOV number does not contain the proper value type int.
schematic model -c schematic_config.yml validate -mp Untitled.spreadsheet.-.HTA9.OHSU.HTAN.Imaging.Level.2.-.Sheet1.2.2.csv -dt ImagingLevel2 -rr
Great Expetations suite will not be utilized.Your manifest has been validated successfully. There are no errors in your manifest, and it can be submitted without any modifications.
The issue was actually due to submit the mixed type column as table. Check more details in this schematic ticket. Closing this ticket since the restriction rules have been implemented in submission functions.
Describe the bug
We set the
restrict_rules=True
in the validation to avoid the conflicts between thereticulate
of R andgreat_expectation
of python, but we haven't added the restrictions for the submission related functions in DCA. It could be the reason why the validation passed, but submission failed. See the example below:There are two different validation results with or without
-rr (restrict_rules)
flagschematic model -c schematic_config.yml validate -mp Untitled.spreadsheet.-.HTA9.OHSU.HTAN.Imaging.Level.2.-.Sheet1.2.2.csv -dt ImagingLevel2
:schematic model -c schematic_config.yml validate -mp Untitled.spreadsheet.-.HTA9.OHSU.HTAN.Imaging.Level.2.-.Sheet1.2.2.csv -dt ImagingLevel2 -rr
To Reproduce
see the issue
Expected behavior
The validation behaviors should be matched with what in the submission process.
Priority (select one)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (if applicable, please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: