googleapis / python-bigtable

Apache License 2.0
68 stars 58 forks source link

chore: use default app profile #1044

Closed daniel-sanche closed 5 days ago

daniel-sanche commented 5 days ago

previously, users could create a Table with TableAsync(app_profile_id=None), which omits the app_profile_id field from all request headers. Now, TableAsync(app_profile_id=None) will use set TableAsync.app_profile_id to the strung "default" in request headers