1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +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 alpha dataplex datascans create data-profile data-profile \
$ gcloud alpha 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.