Skip to content

Conversation

@hopha95
Copy link
Contributor

@hopha95 hopha95 commented Mar 7, 2025

No description provided.

@hopha95 hopha95 requested review from a team as code owners March 7, 2025 15:23
@codyoss codyoss changed the title feat: Row key schema support in Bigtable admin client feat(bigtable): Row key schema support in Bigtable admin client Mar 7, 2025
@codyoss codyoss changed the title feat(bigtable): Row key schema support in Bigtable admin client feat(bigtable): Row key schema support in admin client Mar 7, 2025
@hopha95
Copy link
Contributor Author

hopha95 commented Mar 7, 2025

Integration test passes:

bigtable git:(rks-adm-support) go test -test.run="TestIntegration_UpdateRowKeySchemaInTable" -v \
-it.admin-endpoint="test-bigtableadmin.sandbox.googleapis.com:443" \
-it.project="google.com:cloud-bigtable-dev" \
-it.instance="phhoang-btql-test" \
-it.cluster="phhoang-btql-test-c1"

Note: when using prod, you must first create an instance:
cbt createinstance phhoang-btql-test phhoang-btql-test phhoang-btql-test-c1 us-central1-b 1 SSD
=== RUN   TestIntegration_UpdateRowKeySchemaInTable
--- PASS: TestIntegration_UpdateRowKeySchemaInTable (6.40s)
PASS
ok      cloud.google.com/go/bigtable    104.855s
bigtable git:(rks-adm-support) go test -test.run="TestIntegration_CreateTableWithRowKeySchema" -v \
-it.admin-endpoint="test-bigtableadmin.sandbox.googleapis.com:443" \
-it.project="google.com:cloud-bigtable-dev" \
-it.instance="phhoang-btql-test" \
-it.cluster="phhoang-btql-test-c1"

Note: when using prod, you must first create an instance:
cbt createinstance phhoang-btql-test phhoang-btql-test phhoang-btql-test-c1 us-central1-b 1 SSD
=== RUN   TestIntegration_CreateTableWithRowKeySchema
--- PASS: TestIntegration_CreateTableWithRowKeySchema (60.81s)
PASS
ok      cloud.google.com/go/bigtable    156.297s

@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Mar 8, 2025
@hopha95 hopha95 requested a review from bhshkh March 11, 2025 13:39
@bhshkh bhshkh enabled auto-merge (squash) March 17, 2025 17:24
@bhshkh bhshkh merged commit 4158bac into googleapis:main Mar 17, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants