dataform icon indicating copy to clipboard operation
dataform copied to clipboard

Dataform cli filtering union of tags and not intersection

Open AnOtterGithubUser opened this issue 2 years ago • 2 comments

I have noticed that running dataform with the --tags flag runs any action which has at least one tag mentioned in the flag. The resulting behaviour is a union of actions. Ex: dataform run --tags A --tags B runs any action with tag A or tag B I would like to run the intersection of actions. Ex: dataform run --tags A --tags B would run actions with tag A AND tag B.
Is there any way to do it with the cli ? If not, it would be a nice feature Thanks

AnOtterGithubUser avatar Mar 10 '23 17:03 AnOtterGithubUser

There's no way of doing this, no. Feature request understood, though!

BenBirt avatar Mar 10 '23 17:03 BenBirt

Thanks for the quick reply ! I can give it a try

AnOtterGithubUser avatar Mar 10 '23 17:03 AnOtterGithubUser