You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/building-data-apps/SKILL.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: |
6
6
Analytics chat integration for data analytics.
7
7
8
8
Relevant when any of the following conditions are true:
9
-
1. The user explicitly requests to build a data dashboard, data application, or visualization UI, and the UI pulls data from a GCP database (e.g., BigQuery, Spanner).
9
+
1. The user explicitly requests to build a data dashboard, data application, or visualization UI, and the UI pulls data from a GCP database (defaulting to BigQuery unless an alternative is specified).
10
10
2. You need to generate a frontend web application to interact with, query, and visualize data from GCP data sources.
11
11
3. The user wants to build a "chat with your data" experience or integrate the Gemini Data Analytics chat API into a web interface.
12
12
@@ -16,7 +16,7 @@ description: |
16
16
3. The web application is not data-centric or does not involve visualizing/querying data from GCP sources.
17
17
license: Apache-2.0
18
18
metadata:
19
-
version: v1
19
+
version: v2
20
20
publisher: google
21
21
---
22
22
@@ -26,6 +26,8 @@ metadata:
26
26
27
27
-**Framework:** React in Vite
28
28
-**Styling:** Tailwind CSS (Dark Mode by default)
29
+
-**Database:** BigQuery (Default database unless the user specifies an
0 commit comments