can someone help clarify whether final_engine.query(query_str) does indeed consider the node.metadata fields? if so, why didn't it see the step_id field?
HI, having trouble getting a unconventional input to work with query pipeline. I want to feed in 2 arguments into p.run(arg1, arg2). Inside the query pipeline, I use InputComponent to link to multiple modules, but sometimes I need to feed arg1 to a module, and arg2 to another module. I thought source_key would specify which is which. I don't any sample code that shows how to use source_key. if not source_key, what is the way to implement this?