mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Sep 13 10:32:10 UTC 2023
This commit is contained in:
parent
6c8d2eb024
commit
39a8a4f491
111 changed files with 1798 additions and 302 deletions
|
|
@ -20,11 +20,14 @@ DESCRIPTION
|
|||
|
||||
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:
|
||||
located in us-central1 on bigquery resource table test-table in dataset
|
||||
test-dataset with data spec file data-quality-spec.json, run:
|
||||
|
||||
$ gcloud alpha dataplex datascans create data-quality \
|
||||
data-quality-datascan --project=test-project \
|
||||
--location=us-central1 \
|
||||
--data-source-resource="//bigquery.googleapis.com/projects/test-\
|
||||
project/datasets/test-dataset/tables/test-table" \
|
||||
--data-quality-spec-file="data-quality-spec.json"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue