cloudspannerecosystem / spanner-dump

Command line tool for exporting a Cloud Spanner database in text format
Apache License 2.0
39 stars 13 forks source link

Initial commit #1

Closed yfuruyama closed 4 years ago

yfuruyama commented 4 years ago

@lgruen I will find collaborators for this repository, but can I get approval for this PR from you?

Also, could you create CircleCI setting and configure with the following environment variables?

  1. GCLOUD_SERVICE_KEY: Service Account Credential
  2. SPANNER_DUMP_INTEGRATION_TEST_PROJECT_ID: GCP Project ID
  3. SPANNER_DUMP_INTEGRATION_TEST_INSTANCE_ID: Spanner Instance ID

This tool doesn't need database ID for testing since databases are dynamically created in the test.

lgruen commented 4 years ago

Also, could you create CircleCI setting and configure with the following environment variables?

No problem, will do!