File Filter Operators

Supported Operators

Jetstack's file-family filters support:

  • null
  • not_null

Why The Set Is Small

File-oriented filtering usually answers presence questions rather than content questions. In Jetstack, the main practical distinction is whether a file has been provided at all.

Typical Uses

  • records with an attachment
  • records missing a required upload
  • records with a profile image or generated artifact

Best Practices

  • use these filters for completeness checks
  • if you need richer metadata-driven file analysis, model that metadata explicitly rather than expecting the file field itself to provide all filtering semantics