Skip to content

Commit

Permalink
Propagate input nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Pizzamiglio committed Oct 4, 2023
1 parent 26caa0a commit 8066bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dozer-sql/src/pipeline_builder/from_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn insert_table_to_pipeline(

Ok(ConnectionInfo {
processor_name: product_processor_name.clone(),
input_nodes: vec![],
input_nodes: connection_info.input_nodes,
output_node: (product_processor_name, DEFAULT_PORT_HANDLE),
})
} else {
Expand Down

0 comments on commit 8066bcd

Please sign in to comment.