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

support wildcards in tag queries #432

Merged
merged 5 commits into from
May 1, 2024
Merged

support wildcards in tag queries #432

merged 5 commits into from
May 1, 2024

Conversation

ryanSoley
Copy link
Member

What

  • updates has_tag_requirements to handle wildcards (*) in tag queries
    • a single wildcard character will match any number of characters
    • multiple wildcards can be used in a single query

How to Test

  • run "notebooks/logging-examples/tagging.ipynb"
  • python -m pytest tests/unit/client/utils/test_tags.py

@ryanSoley ryanSoley requested review from a team as code owners April 15, 2024 18:29
@ryanSoley ryanSoley self-assigned this Apr 15, 2024
@ryanSoley ryanSoley added the enhancement Issues & PRs that capture enhancements to existing features. Issues require associated PRs. label Apr 15, 2024
@ryanSoley ryanSoley merged commit d768f9b into main May 1, 2024
7 checks passed
@ryanSoley ryanSoley deleted the glob-tag branch May 1, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues & PRs that capture enhancements to existing features. Issues require associated PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants