Skip to content

Commit a6847cb

Browse files
authored
chore: fix bigtable config (#10594)
Because we are not copying the gapic we have to explicitly set this value.
1 parent a534a71 commit a6847cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/postprocessor/config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,11 @@ service-configs:
448448
- input-directory: google/bigtable/admin/v2
449449
service-config: bigtableadmin_v2.yaml
450450
import-path: cloud.google.com/go/bigtable/admin/apiv2
451+
release-level-override: stable
451452
- input-directory: google/bigtable/v2
452453
service-config: bigtable_v2.yaml
453454
import-path: cloud.google.com/go/bigtable/apiv2
455+
release-level-override: stable
454456
- input-directory: google/cloud/billing/budgets/v1
455457
service-config: billingbudgets.yaml
456458
import-path: cloud.google.com/go/billing/budgets/apiv1

0 commit comments

Comments
 (0)