Skip to content

Conversation

sebbASF
Copy link
Contributor

@sebbASF sebbASF commented Aug 30, 2025

Current 'where' matching is very limited; it only looks for a field value of True

This PR extends the conditions to allow for more filtering.

  • by value matching string
  • by value not matching string
  • by value in list
  • by value not in list

For example, this would allow one to extract graduated podlings from https://whimsy.apache.org/public/public_podlings.json by using:

pods2:
  url: https://whimsy.apache.org/public/public_podlings.json
  graduated:
    path: podling
    where: status eq graduated

Current where matching is very limited.

This extends the conditions to allow for more filtering.
For example, can now extract graduated podlings from https://whimsy.apache.org/public/public_podlings.json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant