Commit cacdf9a5 authored by Ivan Tyagov's avatar Ivan Tyagov

transformation script can not be found thus raise loudly

parent 3d140d6e
......@@ -19,6 +19,10 @@ if transform_script_id is not None:
end, \
data_array_reference, \
**kw)
else:
# transformation script can not be found thus raise loudly
raise ValueError("Transformation script: %s can not be found." \
%transform_script_id)
# [warning] store current position offset in Data Stream, this can cause easily
# ConflictErrors and it spawns re-index activities on DataStream. Thus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment