googleapis / googleapis/google-cloud-python
v3: use defaults for inclusive flags
Open
api: bigtable
priority: p3
type: cleanup
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.8k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 122
Description
We currently use None to for inclusive flags, and raise an error if the flag is set when the field is not. WE have this behaviour in both RowRange and RowFilter.
We should consider using default values in the signature instead, to make things simpler
Context: https://github.com/googleapis/python-bigtable/pull/820#discussion_r1247157873
Contributor guide
Assessment
This issue has not been assessed yet.