mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Tue Jan 20 11:05:01 UTC 2026
This commit is contained in:
parent
bdd724fcf3
commit
582f364023
247 changed files with 5698 additions and 1205 deletions
|
|
@ -9,7 +9,9 @@ SYNOPSIS
|
|||
| --data-source-resource=DATA_SOURCE_RESOURCE)
|
||||
[--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [--async | --validate-only]
|
||||
[--on-demand=ON_DEMAND | --schedule=SCHEDULE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--on-demand=ON_DEMAND | --schedule=SCHEDULE
|
||||
| --one-time --ttl-after-scan-completion=TTL_AFTER_SCAN_COMPLETION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Allows users to generate documentation for Dataplex BigQuery
|
||||
|
|
@ -102,7 +104,7 @@ OPTIONAL FLAGS
|
|||
|
||||
Data documentation scan execution settings.
|
||||
|
||||
Data documentation scan scheduling and trigger settings.
|
||||
Data documentation scan trigger settings.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
@ -117,7 +119,24 @@ OPTIONAL FLAGS
|
|||
"TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid
|
||||
string from IANA time zone database. For example,
|
||||
CRON_TZ=America/New_York 1 * * * * or TZ=America/New_York 1 * * *
|
||||
*. This field is required for RECURRING scans.
|
||||
*. This field is required for RECURRING scans. The argument is only
|
||||
valid when --on-demand is not set.
|
||||
|
||||
Data documentation scan one-time trigger settings.
|
||||
|
||||
--one-time
|
||||
If set, the data documentation scan runs once, and is
|
||||
auto-deleted once the ttl_after_scan_completion expires.
|
||||
|
||||
--ttl-after-scan-completion=TTL_AFTER_SCAN_COMPLETION
|
||||
The time to live for one-time scans. Default value is 24 hours,
|
||||
minimum value is 0 seconds, and maximum value is 365 days. The
|
||||
time is calculated from the data scan job completion time. If
|
||||
value is set as 0 seconds, the scan will be immediately deleted
|
||||
upon job completion, regardless of whether the job succeeded or
|
||||
failed. The value should be a number followed by a unit suffix
|
||||
"s". Example: "100s" for 100 seconds. The argument is only valid
|
||||
when --one-time is set.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [--async | --validate-only]
|
||||
[--data-profile-spec-file=DATA_PROFILE_SPEC_FILE
|
||||
| --exclude-field-names=EXCLUDE_FIELD_NAMES
|
||||
| --enable-catalog-publishing
|
||||
--exclude-field-names=EXCLUDE_FIELD_NAMES
|
||||
--export-results-table=EXPORT_RESULTS_TABLE
|
||||
--include-field-names=INCLUDE_FIELD_NAMES
|
||||
--row-filter=ROW_FILTER --sampling-percent=SAMPLING_PERCENT]
|
||||
|
|
@ -120,6 +121,9 @@ OPTIONAL FLAGS
|
|||
|
||||
Command line spec arguments for the data profile scan.
|
||||
|
||||
--enable-catalog-publishing
|
||||
Publish data profile results to Dataplex catalog.
|
||||
|
||||
--exclude-field-names=EXCLUDE_FIELD_NAMES
|
||||
Names of the fields to exclude from data profile. If specified, the
|
||||
respective fields will be excluded from data profile, regardless of
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ SYNOPSIS
|
|||
(DATASCAN : --location=LOCATION) [--description=DESCRIPTION]
|
||||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--async | --validate-only]
|
||||
[--on-demand=ON_DEMAND | --schedule=SCHEDULE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--on-demand=ON_DEMAND | --schedule=SCHEDULE
|
||||
| --one-time --ttl-after-scan-completion=TTL_AFTER_SCAN_COMPLETION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a Dataplex data documentation scan job.
|
||||
|
|
@ -81,7 +83,7 @@ FLAGS
|
|||
|
||||
Data documentation scan execution settings.
|
||||
|
||||
Data documentation scan scheduling and trigger settings.
|
||||
Data documentation scan trigger settings.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
@ -98,6 +100,22 @@ FLAGS
|
|||
CRON_TZ=America/New_York 1 * * * * or TZ=America/New_York 1 * * *
|
||||
*. This field is required for RECURRING scans.
|
||||
|
||||
Data documentation scan one-time trigger settings.
|
||||
|
||||
--one-time
|
||||
If set, the data documentation scan runs once, and auto deleted
|
||||
once the ttl_after_scan_completion expires.
|
||||
|
||||
--ttl-after-scan-completion=TTL_AFTER_SCAN_COMPLETION
|
||||
The time to live for one-time scans. Default value is 24 hours,
|
||||
minimum value is 0 seconds, and maximum value is 365 days. The
|
||||
time is calculated from the data scan job completion time. If
|
||||
value is set as 0 seconds, the scan will be immediately deleted
|
||||
upon job completion, regardless of whether the job succeeded or
|
||||
failed. The value should be a number followed by a unit suffix
|
||||
"s". Example: "100s" for 100 seconds. The argument is only valid
|
||||
when --one-time is set.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
|
||||
[--async | --validate-only]
|
||||
[--data-profile-spec-file=DATA_PROFILE_SPEC_FILE
|
||||
| --exclude-field-names=EXCLUDE_FIELD_NAMES
|
||||
| --enable-catalog-publishing
|
||||
--exclude-field-names=EXCLUDE_FIELD_NAMES
|
||||
--include-field-names=INCLUDE_FIELD_NAMES
|
||||
--row-filter=ROW_FILTER --sampling-percent=SAMPLING_PERCENT]
|
||||
[--on-demand=ON_DEMAND | --schedule=SCHEDULE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -96,6 +97,9 @@ FLAGS
|
|||
|
||||
Command line spec arguments for the data profile scan.
|
||||
|
||||
--enable-catalog-publishing
|
||||
Publish data profile results to Dataplex catalog.
|
||||
|
||||
--exclude-field-names=EXCLUDE_FIELD_NAMES
|
||||
Names of the fields to exclude from data profile. If specified, the
|
||||
respective fields will be excluded from data profile, regardless of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue