mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27:05 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -9,7 +9,15 @@ SYNOPSIS
|
|||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--async | --validate-only]
|
||||
[--bigquery-publishing-connection=BIGQUERY_PUBLISHING_CONNECTION
|
||||
--bigquery-publishing-table-type=BIGQUERY_PUBLISHING_TABLE_TYPE]
|
||||
--bigquery-publishing-dataset-location=BIGQUERY_PUBLISHING_DATASET_LOCATION --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
|
||||
--csv-encoding=CSV_ENCODING
|
||||
--csv-header-row-count=CSV_HEADER_ROW_COUNT
|
||||
--csv-quote-character=CSV_QUOTE_CHARACTER
|
||||
--json-disable-type-inference=JSON_DISABLE_TYPE_INFERENCE
|
||||
--json-encoding=JSON_ENCODING]
|
||||
[--on-demand=ON_DEMAND | --schedule=SCHEDULE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -102,17 +110,68 @@ OPTIONAL FLAGS
|
|||
projects/{project_id}/locations/{location_id}/connections/{connection_id}.
|
||||
Connection is required for BIGLAKE BigQuery publishing table type.
|
||||
|
||||
--bigquery-publishing-dataset-location=BIGQUERY_PUBLISHING_DATASET_LOCATION
|
||||
The location of the BigQuery dataset to publish BigLake external or
|
||||
non-BigLake external tables to. If not specified, the dataset
|
||||
location will be set to the location of the data source resource.
|
||||
Refer to
|
||||
https://cloud.google.com/bigquery/docs/locations#supportedLocations
|
||||
for supported locations.
|
||||
|
||||
--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
|
||||
be set to EXTERNAL. BIGQUERY_PUBLISHING_TABLE_TYPE must be one of:
|
||||
|
||||
BIGLAKE
|
||||
GCS Cloud Storage bucket is discoverd to BigQuery BigLake
|
||||
tables.
|
||||
Cloud Storage bucket is discovered to BigQuery BigLake tables.
|
||||
EXTERNAL
|
||||
default value. GCS Cloud Storage bucket is discoverd to
|
||||
BigQuery External tables.
|
||||
Default value. Cloud Storage bucket is discovered to BigQuery
|
||||
External tables.
|
||||
|
||||
Storage config arguments for the data discovery scan.
|
||||
|
||||
--storage-exclude-patterns=[PATTERN,...]
|
||||
List of patterns that identify the data to exclude during
|
||||
discovery. When both include and exclude patterns exist at the same
|
||||
time, exclude patterns are applied first.
|
||||
|
||||
--storage-include-patterns=[PATTERN,...]
|
||||
List of patterns that identify the data to include during discovery
|
||||
when only a subset of the data should be considered.
|
||||
|
||||
CSV options arguments for the data discovery scan.
|
||||
|
||||
--csv-delimiter=CSV_DELIMITER
|
||||
Delimiter used to separate values in the CSV file. If not
|
||||
specified, the delimiter will be set to comma (",").
|
||||
|
||||
--csv-disable-type-inference=CSV_DISABLE_TYPE_INFERENCE
|
||||
Whether to disable the inference of data types for CSV data. If
|
||||
true, all columns are registered as strings.
|
||||
|
||||
--csv-encoding=CSV_ENCODING
|
||||
Character encoding of the CSV file. If not specified, the
|
||||
encoding will be set to UTF-8.
|
||||
|
||||
--csv-header-row-count=CSV_HEADER_ROW_COUNT
|
||||
The number of rows to interpret as header rows that should be
|
||||
skipped when reading data rows. The default value is 1.
|
||||
|
||||
--csv-quote-character=CSV_QUOTE_CHARACTER
|
||||
The character used to quote column values. Accepts " (double
|
||||
quotation mark) or ' (single quotation mark). If unspecified,
|
||||
defaults to " (double quotation mark).
|
||||
|
||||
JSON options arguments for the data discovery scan.
|
||||
|
||||
--json-disable-type-inference=JSON_DISABLE_TYPE_INFERENCE
|
||||
Whether to disable the inference of data types for JSON data. If
|
||||
true, all columns are registered as strings.
|
||||
|
||||
--json-encoding=JSON_ENCODING
|
||||
Character encoding of the JSON file. If not specified, the
|
||||
encoding will be set to UTF-8.
|
||||
|
||||
Data discovery scan execution settings.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue