mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
53 lines
1.3 KiB
Text
53 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha bq tables - interact with and manage Google BigQuery tables
|
|
|
|
SYNOPSIS
|
|
gcloud alpha bq tables GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Interact with and manage Google BigQuery tables.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
config
|
|
(ALPHA) Manage Google BigQuery table configurations.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
copy
|
|
(ALPHA) Copy one BigQuery table to another.
|
|
|
|
create
|
|
(ALPHA) Create a new BigQuery table.
|
|
|
|
delete
|
|
(ALPHA) Delete a BigQuery table.
|
|
|
|
describe
|
|
(ALPHA) Describe a BigQuery table.
|
|
|
|
insert
|
|
(ALPHA) Insert records specified into an existing table.
|
|
|
|
list
|
|
(ALPHA) List all BigQuery tables and views in a dataset.
|
|
|
|
show-rows
|
|
(ALPHA) Display selected rows in a specified table or view.
|
|
|
|
update
|
|
(ALPHA) Update a new BigQuery table.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist.
|
|
|