We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7299a05 + 39a6c99 commit 6205d5cCopy full SHA for 6205d5c
1 file changed
end_of_run_workflow.py
@@ -13,6 +13,6 @@ def log_completion():
13
def end_of_run_workflow(stop_doc):
14
uid = stop_doc["run_start"]
15
# return_state = True delays raising exceptions until the end of the validation
16
- data_validation(uid, return_state=True)
+ # data_validation(uid, return_state=True)
17
processing_flow(uid)
18
log_completion()
0 commit comments