← Back to team overview

lazr-developers team mailing list archive

[Bug 340722] [NEW] Make it easier to excelude a field from Snapshot

 

Public bug reported:

Currently, the only way to exclude a field from a Snapshot is to use
`names` instead of `providing`, but that's way too verbose if all you
want to do is exclude one or two fields from the Snapshot of an object
with many fields.

It would be good if you could supply a parameter, `excelude_names` with
a sequence of fields that you with not to include in the snapshot, in
addition to `providing`.

** Affects: lazr.lifecycle
     Importance: Undecided
         Status: New

-- 
Make it easier to excelude a field from Snapshot
https://bugs.launchpad.net/bugs/340722
You received this bug notification because you are a member of LAZR
Developers, which is the registrant for lazr.lifecycle.

Status in lazr.lifecycle: New

Bug description:
Currently, the only way to exclude a field from a Snapshot is to use `names` instead of `providing`, but that's way too verbose if all you want to do is exclude one or two fields from the Snapshot of an object with many fields.

It would be good if you could supply a parameter, `excelude_names` with a sequence of fields that you with not to include in the snapshot, in addition to `providing`.



Follow ups

References