Loading...
Loading...
Use these skills when you need to handle large-scale data exploration and dataset management. Use when users need to find data assets or run SQL at scale. Provides metadata discovery and query execution across the data warehouse.
npx skill4agent add gemini-cli-extensions/bigquery-data-analytics bigquery-data<param_name><param_value>node <skill_dir>/scripts/<script_name>.js '{"<param_name>": "<param_value>"}'node <skill_dir>/scripts/<script_name>.js '{\"<param_name>\": \"<param_value>\"}'| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| sql | string | The SQL to execute. | Yes | |
| dry_run | boolean | If set to true, the query will be validated and information about the execution will be returned without running the query. Defaults to false. | No | |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| project | string | The Google Cloud project ID containing the dataset. | No | |
| dataset | string | The dataset to get metadata information. Can be in | Yes |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| project | string | The Google Cloud project ID containing the dataset and table. | No | |
| dataset | string | The table's parent dataset. | Yes | |
| table | string | The table to get metadata information. | Yes |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| project | string | The Google Cloud project to list dataset ids. | No |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| project | string | The Google Cloud project ID containing the dataset. | No | |
| dataset | string | The dataset to list table ids. | Yes |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| prompt | string | Prompt representing search intention. Do not rewrite the prompt. | Yes | |
| datasetIds | array | Array of dataset IDs. | No | |
| projectIds | array | Array of project IDs. | No | |
| types | array | Array of data types to filter by. | No | |
| pageSize | integer | Number of results in the search page. | No | |