一键导入
bq-info
Get table information from BigQuery
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get table information from BigQuery
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage GizmoSQL processes: start, stop, list, and stop-all DuckLake-backed SQL servers
Create or modify database connections in application.sl.yml
Manage Quack DuckDB query servers exposing DuckLake over a thin remote protocol — serve (foreground), start/stop/list/stop-all (background)
Automatically infer schemas and load data from the incoming directory
Data quality expectations syntax, built-in macros, and validation patterns
Apply Row Level Security (RLS) and Column Level Security (CLS) policies
| name | bq-info |
| description | Get table information from BigQuery |
Retrieves detailed information about BigQuery tables including schema, row count, size, partitioning, and clustering configuration.
starlake bq-info [options]
--connection <value>: BigQuery connection reference from application.sl.yml--database <value>: GCP Project ID--tables <value>: Comma-separated list of dataset.table pairs--external: Include external datasets defined in _config.sl.yml--write <value>: Write mode: OVERWRITE, APPEND--accessToken <value>: Access token for GCP authentication--persist <value>: Persist results (true/false)--reportFormat <value>: Report output format: console, json, or htmlstarlake bq-info --tables sales.orders,sales.customers
starlake bq-info --database my-gcp-project
starlake bq-info --database my-gcp-project --tables sales.orders --accessToken $GCP_TOKEN