DPL: add wildcards when creating matchers via DataDescriptorQueryBuilder::parse#5413
Conversation
|
@shahor02 @chiarazampolli this is at least part of the puzzle. It will allow you to create InputSpecs which match description and subspec simultaneously via something like: it still requires WorkflowSerialization.cxx to handle it correctly, but I should be able to get it later this evening (I need to take the day off). |
|
thanks, can you make it work also for outputs? |
|
So this will take any pairs that have the data origin "CALH" and "CALP", and then same description and subSpec, right? |
|
Yes. |
|
@shahor02 this should work also for outputs, what do you get? |
|
will check later this evening |
|
The correct syntax is actually: It however needs some fix in workflowSerialization.cxx, as I said. Looking into it. |
|
@ktf : It fails i.e. The test branch with my code + your commit from this PR is https://github.com/shahor02/AliceO2/tree/pr_clb1. For the wildcarded output: how the |
…criptorMatcher::parse (AliceO2Group#5413)" (AliceO2Group#5596)" This reverts commit 9ad45ec.
No description provided.