googleapis / python-bigtable

Apache License 2.0
68 stars 58 forks source link

create TABLE_DEFAULTS option #878

Closed daniel-sanche closed 11 months ago

daniel-sanche commented 11 months ago

Currently, rpcs allolw users to pass in None for tiemout values, which means the default value set at the table level is used instead. Maybe we should add a TABLE_DEFAULT literal value instead, and use that instead of None. That would make the behavior more clear