load-sample-data

Installation
SKILL.md

Load Sample Data

Copy sample tables from bigquery-public-data into the user's dataset using bq cp. All copied tables are prefixed with sample_ so they can be easily identified and cleaned up later.

Environment

Verify env vars before running any command. If either is empty, ask the user to set it.

echo "Project: $GOOGLE_CLOUD_PROJECT"
echo "Dataset: $REVOS_BQ_DATASET"
  • $GOOGLE_CLOUD_PROJECT — BQ project ID
  • $REVOS_BQ_DATASET — target dataset

Step 1: Check Existing Tables

Installs
110
Repository
revosai/skills
First Seen
Jun 1, 2026
load-sample-data — revosai/skills