-
Notifications
You must be signed in to change notification settings - Fork 41
Add read filter option #214
Copy link
Copy link
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
I would like to use the
readcommand with afilteroption filter rows based a cell value usingbigtable.ValueFilter.Example:
Usage:
cbt read user-table prefix=user columns=login filter="^active.*" count=1This would be quite useful for analysis and troubleshooting purposes.