Commit 1c608aac authored by Klaus Wölfel's avatar Klaus Wölfel

ingestion: also copy use supply line to ingestion line, it is needed for...

ingestion: also copy use supply line to ingestion line, it is needed for batch/stream case distinction
parent 15cbf827
......@@ -68,6 +68,7 @@ if data_ingestion is None:
quantity = supply_line.getQuantity(),
reference = supply_line.getReference(),
resource = supply_line.getResource(),
use = supply_line.getUse()
)
if current_line.getResourceReference() == resource_reference:
input_line = current_line
......
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