Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .vscode/settings.json
Empty file.
2 changes: 1 addition & 1 deletion skills/bigtable/references/sql_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ Some users prefer to serialize data to protobufs and store them as blobs in Bigt

### Functions and operators

Bigtable offers a wide range of [SQL functions](https://docs.cloud.google.com/bigtable/docs/reference/sql/functions-all) and [operators](https://docs.cloud.google.com/bigtable/docs/reference/sql/operators) and [conditional expressions](https://docs.cloud.google.com/bigtable/docs/reference/sql/conditional_expressions).
Bigtable offers a wide range of [SQL functions](https://docs.cloud.google.com/bigtable/docs/reference/sql/functions-all) and [operators](https://docs.cloud.google.com/bigtable/docs/reference/sql/operators) and [conditional expressions](https://docs.cloud.google.com/bigtable/docs/reference/sql/conditional_expressions). When developing an application using Bigtable, you should always consider if the data manipulation can be performed using a SQL function before trying to develop the logic in the client application. For best practices on using Bigtable SQL from an application, see this [guide](https://docs.cloud.google.com/bigtable/docs/googlesql-develop-apps) that explains how to create the client, prepare the query, and read the results.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a double space in on using. Additionally, using "this [guide]" as link text is less descriptive. It is better to use more descriptive link text for improved readability and accessibility.

Suggested change
Bigtable offers a wide range of [SQL functions](https://docs.cloud.google.com/bigtable/docs/reference/sql/functions-all) and [operators](https://docs.cloud.google.com/bigtable/docs/reference/sql/operators) and [conditional expressions](https://docs.cloud.google.com/bigtable/docs/reference/sql/conditional_expressions). When developing an application using Bigtable, you should always consider if the data manipulation can be performed using a SQL function before trying to develop the logic in the client application. For best practices on using Bigtable SQL from an application, see this [guide](https://docs.cloud.google.com/bigtable/docs/googlesql-develop-apps) that explains how to create the client, prepare the query, and read the results.
Bigtable offers a wide range of [SQL functions](https://docs.cloud.google.com/bigtable/docs/reference/sql/functions-all) and [operators](https://docs.cloud.google.com/bigtable/docs/reference/sql/operators) and [conditional expressions](https://docs.cloud.google.com/bigtable/docs/reference/sql/conditional_expressions). When developing an application using Bigtable, you should always consider if the data manipulation can be performed using a SQL function before trying to develop the logic in the client application. For best practices on using Bigtable SQL from an application, see the [guide on developing applications with GoogleSQL](https://docs.cloud.google.com/bigtable/docs/googlesql-develop-apps) that explains how to create the client, prepare the query, and read the results.