1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -11,6 +11,7 @@ SYNOPSIS
[--labels=[KEY=VALUE,...]] [--async | --validate-only]
[--data-profile-spec-file=DATA_PROFILE_SPEC_FILE
| --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]
[--incremental-field=INCREMENTAL_FIELD --on-demand=ON_DEMAND
@ -25,7 +26,7 @@ EXAMPLES
To create a data profile scan data-profile-datascan in project test-project
located in us-central1, run:
$ gcloud dataplex datascans create data-profile data-profile \
$ gcloud dataplex datascans create data-profile \
data-profile-datascan --project=test-project \
--location=us-central1
@ -119,6 +120,12 @@ OPTIONAL FLAGS
respective fields will be excluded from data profile, regardless of
the fields specified in the --include-field-names flag.
--export-results-table=EXPORT_RESULTS_TABLE
path to the resource table to export data profile scan results, of
the form:
//bigquery.googleapis.com/projects/{project_number}/datasets/{dataset_id}/tables/{table_id}.
The table will be created if not present.
--include-field-names=INCLUDE_FIELD_NAMES
Names of the fields to include in data profile. If not specified,
all fields at the time of profile scan job execution are included.

View file

@ -22,7 +22,7 @@ EXAMPLES
To create a data quality scan data-quality-datascan in project test-project
located in us-central1 with data spec file data-quality-spec.json, run:
$ gcloud dataplex datascans create data-quality data-quality \
$ gcloud dataplex datascans create data-quality \
data-quality-datascan --project=test-project \
--location=us-central1 \
--data-quality-spec-file="data-quality-spec.json"

View file

@ -22,7 +22,7 @@ EXAMPLES
To update description of a data profile scan data-profile-datascan in
project test-project located in us-central1, run:
$ gcloud dataplex datascans update data-profile data-profile \
$ gcloud dataplex datascans update data-profile \
data-profile-datascan --project=test-project \
--location=us-central1 --description="Description is updated."

View file

@ -19,7 +19,7 @@ EXAMPLES
To update description of a data quality scan data-quality-datascan in
project test-project located in us-central1, run:
$ gcloud dataplex datascans update data-quality data-quality \
$ gcloud dataplex datascans update data-quality \
data-quality-datascan --project=test-project \
--location=us-central1 --description="Description is updated."