How can I make integration tests with google cloud bigquery
问题 We are in the processing of migrating from apache hbase to bigquery. Currently we have end to end tests (using cucumbers) that work with a docker container running hbase. There don't seem to be any bigquery docker containers or emulators (https://cloud.google.com/sdk/gcloud/reference/beta/emulators/) How would we be able to create end to end tests for an application working with bigquery? 回答1: Currently there is not any kind of BigQuery local emulator or anything similar to that. As pointed