You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Prefect,
filtering deployments by tags is limited to all_, returning only if their tags are a superset of the list as defined in the DeploymentFilterTags class.
Describe the proposed behavior
It could be useful to have the any_ attribute in the deployment filter class as well as done in this PR.
Example Use
any_=[
Tags.A1,
Tags.A2,
Tags.A3,
],
)
Additional context
It would be nice to apply the AND/OR logic via UI as well as mentioned in the previous PR.
The text was updated successfully, but these errors were encountered:
Describe the current behavior
Dear Prefect,
filtering deployments by tags is limited to all_, returning
only if their tags are a superset of the list
as defined in the DeploymentFilterTags class.Describe the proposed behavior
It could be useful to have the any_ attribute in the deployment filter class as well as done in this PR.
Example Use
Additional context
It would be nice to apply the AND/OR logic via UI as well as mentioned in the previous PR.
The text was updated successfully, but these errors were encountered: