Common Content for Data Engineering
- Common Content for Data Engineering 10.5.2
- All Products
Separate multiple options with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks.... -o option_name=value option_name=value ...
./infacmd.sh createconnection dn Domain_Google -un Administrator -pd Administrator -cn Spanner_cmd -ct SPANNERGOOGLE -o "CLIENTEMAIL=serviceaccount@api-project-12345.iam.gserviceaccount.com PRIVATEKEY='---BEGIN PRIVATE KEY---\nabcd1234322dsa\n---END PRIVATE KEY----\n' INSTANCEID=spanner-testing PROJECTID=api-project-12333667"
Property
| Description
|
---|---|
CLIENTEMAIL
| Required. Specifies the client_email value present in the JSON file that you download after you create a service account in Google Cloud Spanner.
|
PRIVATEKEY
| Required. Specifies the private_key value present in the JSON file that you download after you create a service account in Google Cloud Spanner.
|
PROJECTID
| Required. Specifies the project_id value present in the JSON file that you download after you create a service account in Google Cloud Spanner.
If you have created multiple projects with the same service account, enter the ID of the project that contains the dataset that you want to connect to.
|
INSTANCEID
| Required. Name of the instance that you created in Google Cloud Spanner.
|