sample_rows
Preview sample rows from any BigQuery table without writing SQL. Understand your data at a glance with a configurable row limit.
Instructions
Preview sample rows from a table without writing SQL. Useful for quickly understanding what data looks like. Limited to 1GB bytes billed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return (default 10, max 100) | |
| table | Yes | Table name | |
| dataset | Yes | Dataset name | |
| project_id | No | Override the default project ID |