googleapis / nodejs-spanner

Node.js client for Google Cloud Spanner: the world’s first fully managed relational database service to offer both strong consistency and horizontal scalability.
https://cloud.google.com/spanner/
Apache License 2.0
136 stars 102 forks source link

Make code samples conform to rubric #1295

Open skuruppu opened 3 years ago

skuruppu commented 3 years ago

Spanner code samples should conform to the rubric.

skuruppu commented 3 years ago

For the record, the samples with the following region tags still need the command line tool support as they appear in the getting started guide:

skuruppu commented 2 years ago

@asthamohta just for reference, I have internal changes pending submission to update the following samples to point to the new samples created in #1347:

Even after these changes are submitted, you may not be able to delete the old version of the sample if it's still used in the Node.js getting started guide as per https://github.com/googleapis/nodejs-spanner/issues/1295#issuecomment-802580341.

Before deleting old samples, you also need to make sure that translated docs pages are picking up the new link to the sample.

asthamohta commented 2 years ago

Got it. Thanks Shanika