11---
22name : developing-with-bigquery
33description : |
4- A repository of BigQuery-specific logic, knowledge, and specialized standards.
4+ Provides BigQuery-specific logic, knowledge, and specialized standards.
55 Use this skill whenever you are doing anything with BigQuery, including:
6- 1. BigQuery query optimization
6+ 1. BigQuery query optimization (SQL)
77 2. BigFrames Python code
8- 3. BigQuery ML/AI functions.
8+ 3. BigQuery ML/AI functions (SQL & Python)
9+ 4. Graph Analytics (GQL & Property Graphs)
910license : Apache-2.0
1011metadata :
11- version : v1
12+ version : v2
1213 publisher : google
1314---
1415
@@ -31,32 +32,43 @@ features:
3132### 1. Query Optimization
3233
3334Performance and efficiency guidelines for BigQuery SQL. Includes rules for
34- column pruning, pushdown, and materialization strategies. - ** Guide ** :
35- [ OPTIMIZATION.md] ( references/OPTIMIZATION.md )
35+ column pruning, pushdown, and materialization strategies.
36+ - ** Guide ** : [ OPTIMIZATION.md] ( references/sql /OPTIMIZATION.md )
3637
3738### 2. BigFrames (BigQuery DataFrames)
3839
3940Guidelines for generating valid BigFrames code for data manipulation, model
40- development, and visualization. - ** Guide ** :
41- [ BIGFRAMES.md] ( references/BIGFRAMES.md )
41+ development, and visualization.
42+ - ** Guide ** : [ BIGFRAMES.md] ( references/bigframes /BIGFRAMES.md )
4243
4344Bigframes should be the default library/tool as it is more efficient than using
4445the BigQuery Python client library.
4546
4647### 3. BigQuery ML & AI Functions (BQML SQL)
4748
4849Usage rules and syntax standards for all BigQuery AI/ML functions via SQL
49- (Forecasting, Generative AI, Classification, etc.). - ** Guide** :
50- [ BQML.md] ( references/BQML.md ) - ** Functions Reference** : -
51- [ AI.FORECAST] ( references/ai-forecast.md ) -
52- [ AI.EVALUATE] ( references/ai-evaluate.md ) -
53- [ AI.GENERATE_TABLE] ( references/ai-generate-table.md ) -
54- [ AI.GENERATE_EMBEDDING] ( references/ai-generate-embedding.md ) -
55- [ Remote Models] ( references/remote-models.md )
56- [ CONTRIBUTION_ANALYSIS] ( references/ml-contribution-analysis.md )
57- [ VECTOR_SEARCH] ( references/vector-search.md )
58-
59- ### 4. Notebook SQL cells
60-
61- Refer to ` @skill:notebook-guidance ` for standards on running BigQuery in
62- notebooks.
50+ (Forecasting, Generative AI, Classification, etc.).
51+ - ** Best Practices** : [ ai_function_best_practices.md] ( references/ai-ml/ai_function_best_practices.md )
52+ - ** Functions Reference** :
53+
54+ - ** AI.CLASSIFY** : [ ai_classify.md] ( references/ai-ml/ai_classify.md ) - Classify text.
55+ - ** AI.DETECT_ANOMALIES** : [ ai_detect_anomalies.md] ( references/ai-ml/ai_detect_anomalies.md ) - Detect anomalies.
56+ - ** AI.EVALUATE** : [ ai_evaluate.md] ( references/ai-ml/ai_evaluate.md ) - Evaluate models.
57+ - ** AI.FORECAST** : [ ai_forecast.md] ( references/ai-ml/ai_forecast.md ) - Time-series forecasting.
58+ - ** AI.GENERATE** : [ ai_generate.md] ( references/ai-ml/ai_generate.md ) - Generate text using LLMs.
59+ - ** AI.GENERATE_EMBEDDING** : [ ai_generate_embedding.md] ( references/ai-ml/ai_generate_embedding.md ) - Generate embeddings.
60+ - ** AI.GENERATE_TABLE** : [ ai_generate_table.md] ( references/ai-ml/ai_generate_table.md ) - Table-valued AI generation.
61+ - ** AI.IF** : [ ai_if.md] ( references/ai-ml/ai_if.md ) - Evaluate semantic conditions.
62+ - ** AI.KEY_DRIVERS** : [ ai_key_drivers.md] ( references/ai-ml/ai_key_drivers.md ) - Identify key drivers.
63+ - ** AI.SCORE** : [ ai_score.md] ( references/ai-ml/ai_score.md ) - Score data.
64+ - ** AI.SEARCH** : [ ai_search.md] ( references/ai-ml/ai_search.md ) - Semantic search.
65+ - ** AI.SIMILARITY** : [ ai_similarity.md] ( references/ai-ml/ai_similarity.md ) - Semantic similarity.
66+ - ** Remote Models** : [ remote_models.md] ( references/ai-ml/remote_models.md ) - Working with remote models (Vertex AI).
67+ - ** CONTRIBUTION_ANALYSIS** : [ ml_contribution_analysis.md] ( references/ai-ml/ml_contribution_analysis.md ) - Step-by-step contribution analysis.
68+ - ** VECTOR_SEARCH** : [ vector_search.md] ( references/ai-ml/vector_search.md ) - Vector search best practices.
69+
70+ ### 4. Graph Analytics (Property Graphs & GQL)
71+
72+ Guidelines and best practices for querying property graphs in BigQuery.
73+ - ** Property Graph Guidelines** : [ graph_queries.md] ( references/graph/graph_queries.md ) - Standard GQL syntax and query patterns.
74+ - ** Semantic Graph Guidelines** : [ semantic_queries.md] ( references/graph/semantic_queries.md ) - Semantic graph operations and expand functions.
0 commit comments