gcloud beta dataproc workflow-templates add-job trino --step-id=STEP_ID (--execute=QUERY, -e QUERY | --file=FILE, -f FILE) (--workflow-template=WORKFLOW_TEMPLATE : --region=REGION) [--client-tags=[CLIENT_TAG,…]] [--continue-on-failure] [--driver-log-levels=[PACKAGE=LEVEL,…]] [--labels=[KEY=VALUE,…]] [--properties=[PARAM=VALUE,…]] [--properties-file=PROPERTIES_FILE] [--query-output-format=QUERY_OUTPUT_FORMAT] [--start-after=STEP_ID,[STEP_ID,…]] [GCLOUD_WIDE_FLAG …]
(BETA) Add a Trino job to the workflow template.
run:
gcloud beta dataproc workflow-templates add-job trino --step-id=my-step_id -e=QUERY --workflow-template=my-workflow-template --region=us-central1--step-id=STEP_ID--execute=QUERY, -e QUERY--file=FILE, -f FILE
To set the project attribute:
--workflow-template on the command line with a
fully specified name;
--project on the command line;
core/project.
--workflow-template=WORKFLOW_TEMPLATE
To set the template attribute:
--workflow-template on the command line.
--region=REGIONdataproc/region property value for this command invocation.
To set the region attribute:
--workflow-template on the command line with a
fully specified name;
--region on the command line;
dataproc/region.
--client-tags=[CLIENT_TAG,…]--continue-on-failure--driver-log-levels=[PACKAGE=LEVEL,…]--labels=[KEY=VALUE,…]-), underscores (_), lowercase characters, and
numbers. Values must contain only hyphens (-), underscores
(_), lowercase characters, and numbers.
--properties=[PARAM=VALUE,…]--properties-file=PROPERTIES_FILESpecify properties in the form of property=value in the text file. For example:
# Properties to set for the job: key1=value1 key2=value2 # Comment out properties not used. # key3=value3
--properties and
--properties-file, the value defined in --properties
takes precedence.
--query-output-format=QUERY_OUTPUT_FORMAT--start-after=STEP_ID,[STEP_ID,…]--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.
gcloud dataproc workflow-templates add-job trinogcloud alpha dataproc workflow-templates add-job trino
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.