mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--async | --validate-only]
|
||||
[--bigquery-publishing-connection=BIGQUERY_PUBLISHING_CONNECTION
|
||||
--bigquery-publishing-dataset-location=BIGQUERY_PUBLISHING_DATASET_LOCATION --bigquery-publishing-table-type=BIGQUERY_PUBLISHING_TABLE_TYPE --storage-exclude-patterns=[PATTERN,
|
||||
--bigquery-publishing-dataset-location=BIGQUERY_PUBLISHING_DATASET_LOCATION --bigquery-publishing-dataset-project=BIGQUERY_PUBLISHING_DATASET_PROJECT --bigquery-publishing-table-type=BIGQUERY_PUBLISHING_TABLE_TYPE --storage-exclude-patterns=[PATTERN,
|
||||
...] --storage-include-patterns=[PATTERN,...]
|
||||
--csv-delimiter=CSV_DELIMITER
|
||||
--csv-disable-type-inference=CSV_DISABLE_TYPE_INFERENCE
|
||||
|
|
@ -118,6 +118,12 @@ OPTIONAL FLAGS
|
|||
https://cloud.google.com/bigquery/docs/locations#supportedLocations
|
||||
for supported locations.
|
||||
|
||||
--bigquery-publishing-dataset-project=BIGQUERY_PUBLISHING_DATASET_PROJECT
|
||||
The project of the BigQuery dataset to publish BigLake external or
|
||||
non-BigLake external tables to. If not specified, the cloud
|
||||
resource bucket project will be used to create the dataset. The
|
||||
format is "projects/{project_id_or_number}.
|
||||
|
||||
--bigquery-publishing-table-type=BIGQUERY_PUBLISHING_TABLE_TYPE
|
||||
BigQuery table type to discover the cloud resource bucket. Can be
|
||||
either EXTERNAL or BIGLAKE. If not specified, the table type will
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--async | --validate-only]
|
||||
[--bigquery-publishing-connection=BIGQUERY_PUBLISHING_CONNECTION
|
||||
--bigquery-publishing-dataset-location=BIGQUERY_PUBLISHING_DATASET_LOCATION --bigquery-publishing-table-type=BIGQUERY_PUBLISHING_TABLE_TYPE --storage-exclude-patterns=[PATTERN,
|
||||
--bigquery-publishing-dataset-location=BIGQUERY_PUBLISHING_DATASET_LOCATION --bigquery-publishing-dataset-project=BIGQUERY_PUBLISHING_DATASET_PROJECT --bigquery-publishing-table-type=BIGQUERY_PUBLISHING_TABLE_TYPE --storage-exclude-patterns=[PATTERN,
|
||||
...] --storage-include-patterns=[PATTERN,...]
|
||||
--csv-delimiter=CSV_DELIMITER
|
||||
--csv-disable-type-inference=CSV_DISABLE_TYPE_INFERENCE
|
||||
|
|
@ -107,6 +107,12 @@ FLAGS
|
|||
https://cloud.google.com/bigquery/docs/locations#supportedLocations
|
||||
for supported locations.
|
||||
|
||||
--bigquery-publishing-dataset-project=BIGQUERY_PUBLISHING_DATASET_PROJECT
|
||||
The project of the BigQuery dataset to publish BigLake external or
|
||||
non-BigLake external tables to. If not specified, the cloud
|
||||
resource bucket project will be used to create the dataset. The
|
||||
format is "projects/{project_id_or_number}.
|
||||
|
||||
--bigquery-publishing-table-type=BIGQUERY_PUBLISHING_TABLE_TYPE
|
||||
BigQuery table type to discover the cloud resource bucket. Can be
|
||||
either EXTERNAL or BIGLAKE. If not specified, the table type will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue