gcloud alpha dataplex tasks run Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha dataplex tasks run - trigger one-time run of a Dataplex task
- SYNOPSIS
gcloud alpha dataplex tasks run(TASK:--lake=LAKE--location=LOCATION)[--labels=[KEY=VALUE,…]][GCLOUD_WIDE_FLAG …][--execution-spec-args…]
- DESCRIPTION
(ALPHA)Trigger one-time run of a Dataplex task.- EXAMPLES
- To trigger a one-time run of a Dataplex task
test-taskwithin laketest-lakein locationus-central1, run:gcloudalphadataplextasksruntest-task--location=us-central1--lake=test-lake - POSITIONAL ARGUMENTS
- Tasks resource - Arguments and flags that define the Dataplex task you want torun. The arguments in this group can be used to specify the attributes of thisresource. (NOTE) Some attributes are not given arguments in this group but canbe set in other ways.
To set the
projectattribute:- provide the argument
taskon the command line with a fullyspecified name; - provide the argument
--projecton the command line; - set the property
core/project.
This must be specified.
TASK- ID of the tasks or fully qualified identifier for the tasks.
To set the
taskattribute:- provide the argument
taskon the command line.
This positional argument must be specified if any of the other arguments in thisgroup are specified.
- provide the argument
--lake=LAKE- The identifier of the Dataplex lake resource.
To set the
lakeattribute:- provide the argument
taskon the command line with a fullyspecified name; - provide the argument
--lakeon the command line.
- provide the argument
--location=LOCATION- The location of the Dataplex resource.
To set the
locationattribute:- provide the argument
taskon the command line with a fullyspecified name; - provide the argument
--locationon the command line; - set the property
dataplex/location.
- provide the argument
- provide the argument
- [--
execution-spec-args…] - Execution spec arguments to pass to the driver. Follows the formatargKey=argValue.
The '--' argument must be specified between gcloud specific args on the left andexecution-spec-args on the right.
- Tasks resource - Arguments and flags that define the Dataplex task you want torun. The arguments in this group can be used to specify the attributes of thisresource. (NOTE) Some attributes are not given arguments in this group but canbe set in other ways.
- FLAGS
--labels=[KEY=VALUE,…]- List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens(
-), underscores (_), lowercase characters, andnumbers. Values must contain only hyphens (-), underscores(_), lowercase characters, and numbers.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$gcloud helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gclouddataplextasksrun
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.