21 lines
646 B
YAML
21 lines
646 B
YAML
- release_tracks: [ALPHA]
|
|
help_text:
|
|
brief: |
|
|
Run a Dataplex DataScan resource.
|
|
description: |
|
|
Run a Dataplex Datascan resource given a valid Datascan ID.
|
|
examples: |
|
|
To run a Dataplex Datascan `test-datascan` in location `us-central1` , run:
|
|
|
|
$ {command} test-datascan --location=us-central1
|
|
request:
|
|
ALPHA:
|
|
api_version: v1
|
|
method: run
|
|
collection: dataplex.projects.locations.dataScans
|
|
arguments:
|
|
resource:
|
|
help_text: |
|
|
Arguments and flags that define the Dataplex Datascan you want to run.
|
|
spec: !REF googlecloudsdk.command_lib.dataplex.resources:datascan
|