googleapis / cloud-bigtable-cbt-cli

Apache License 2.0
13 stars 35 forks source link

Bigtable's `scantest` and `loadtest` tools rely on Config #80

Open telpirion opened 2 years ago

telpirion commented 2 years ago

Related: https://github.com/googleapis/google-cloud-go/issues/6124

Environment details

Steps to reproduce

  1. Run command go install cloud.google.com/go/bigtable/cmd/loadtest@main

Expected behavior

Install succeeds.

Actual behavior

Install fails because of dependency on cbt.

Capstan commented 2 years ago

I have an import pr stalled in the Google monorepo blocked on this.