Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataform cli filtering union of tags and not intersection #1466

Open
AnOtterGithubUser opened this issue Mar 10, 2023 · 2 comments
Open

Dataform cli filtering union of tags and not intersection #1466

AnOtterGithubUser opened this issue Mar 10, 2023 · 2 comments

Comments

@AnOtterGithubUser
Copy link

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

@BenBirt
Copy link
Contributor

BenBirt commented Mar 10, 2023

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

@AnOtterGithubUser
Copy link
Author

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

AnOtterGithubUser added a commit to AnOtterGithubUser/dataform that referenced this issue Mar 10, 2023
AnOtterGithubUser added a commit to AnOtterGithubUser/dataform that referenced this issue Mar 10, 2023
AnOtterGithubUser added a commit to AnOtterGithubUser/dataform that referenced this issue Mar 11, 2023
AnOtterGithubUser added a commit to AnOtterGithubUser/dataform that referenced this issue Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants