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
1 change: 1 addition & 0 deletions skills/accidental-data-loss-prevention/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ metadata:
- A request for their **explicit approval** to proceed.
3. **Wait**: Only proceed if the user provides clear, affirmative consent in
the conversation.

2 changes: 1 addition & 1 deletion skills/developing-with-bigquery/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Guidelines for generating valid BigFrames code for data manipulation, model
development, and visualization. - **Guide**:
[BIGFRAMES.md](references/BIGFRAMES.md)

Bigframes should be the default library/tool as it is more efficient than using
BigFrames should be the default library/tool as it is more efficient than using
the BigQuery Python client library.

### 3. BigQuery ML & AI Functions (BQML SQL)
Expand Down
2 changes: 1 addition & 1 deletion skills/gcp-dataflow/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Follow the Flex Templates section below.

## Diagnostics & Troubleshooting

YOU MUST use this section when the user asks about performance of their dataflow
You MUST use this section when the user asks about performance of their dataflow
pipelines. This can be used to debug issues like pipeline slowness, pipeline
failures, etc.

Expand Down
2 changes: 1 addition & 1 deletion skills/notebook-guidance/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
Before choosing to use a notebook, evaluate the task complexity using these
heuristics.

Use a notebook if you meet at least one of these 3 criteria:
Use a notebook if you meet at least one of these 3 criterias:

* 📈 **Data Insights & Storytelling**: Use a notebook for any request to "give
insights", "find trends", "explore data", or "analyze data". These tasks
Expand Down
Loading