gcloud alpha dataplex tasks run

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 tasktest-task within laketest-lake in 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 theproject attribute:

  • provide the argumenttask on the command line with a fullyspecified name;
  • provide the argument--project on the command line;
  • set the propertycore/project.

This must be specified.

TASK
ID of the tasks or fully qualified identifier for the tasks.

To set thetask attribute:

  • provide the argumenttask on the command line.

This positional argument must be specified if any of the other arguments in thisgroup are specified.

--lake=LAKE
The identifier of the Dataplex lake resource.

To set thelake attribute:

  • provide the argumenttask on the command line with a fullyspecified name;
  • provide the argument--lake on the command line.
--location=LOCATION
The location of the Dataplex resource.

To set thelocation attribute:

  • provide the argumenttask on the command line with a fullyspecified name;
  • provide the argument--location on the command line;
  • set the propertydataplex/location.
[--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.

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 help for 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.