Skip to content

Commit 6205d5c

Browse files
authored
Merge pull request #8 from hyperrealist/pause-data-validation
pause-data-validation
2 parents 7299a05 + 39a6c99 commit 6205d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

end_of_run_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ def log_completion():
1313
def end_of_run_workflow(stop_doc):
1414
uid = stop_doc["run_start"]
1515
# return_state = True delays raising exceptions until the end of the validation
16-
data_validation(uid, return_state=True)
16+
# data_validation(uid, return_state=True)
1717
processing_flow(uid)
1818
log_completion()

0 commit comments

Comments
 (0)