-
Notifications
You must be signed in to change notification settings - Fork 38
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.
Description
I would like to use the read command with a filter option filter rows based a cell value using bigtable.ValueFilter.
Example:
if filter := parsed["filter"]; filter != "" {
filters = append(filters, bigtable.ValueFilter(filter))
}Usage:
cbt read user-table prefix=user columns=login filter="^active.*" count=1
This would be quite useful for analysis and troubleshooting purposes.
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.