Hi everyone It’s been a while :slightly_smiling_f...
# questions
m
Hi everyone It’s been a while 🙂 … (I hope that I won’t start with a complete non-sensical question 😅 ) If I get it correctly:
--tags=A,B
selects the union of
A
and
B
. Is there a way to select their intersection instead ? Thx M
d
interestingly I can’t remember if this has ever come up before
so I don’t think you can do this in the CLI
but if you want to register a pipeline you can do
pipeline_a - pipeline_b
or most of the
set
operations with it
m
Hi @datajoely Thanks for you answer. I’ll try as you suggested. But at first sight, I’m under the impression that it wouldn’t really work in my case. (tags are for specific nodes not pipelines..) I must confess that I’m guilty at charge: I’m facing this issue / need because I create pipeline dynamically 😅 Will let you know how it goes 😉 Cheers M
d
good luck!
🙏🏼 1
j
this reminds me of the mini-language
pytest
supports for selecting tests, like
pytest -k "slow and not network"
m
@Juan Luis indeed !!! this is really a nice / convenient / flexible feature of
pytest
!!! 🙂 Enjoy your vacations ☀️ 😎
😎 1