1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -5,6 +5,7 @@ SYNOPSIS
gcloud dataplex tasks create (TASK : --lake=LAKE --location=LOCATION)
(--execution-service-account=EXECUTION_SERVICE_ACCOUNT
: --execution-args=EXECUTION_ARGS
--execution-project=EXECUTION_PROJECT --kms-key=KMS_KEY
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME)
((--spark-main-class=SPARK_MAIN_CLASS
| --spark-main-jar-file-uri=SPARK_MAIN_JAR_FILE_URI
@ -15,6 +16,7 @@ SYNOPSIS
--spark-file-uris=[SPARK_FILE_URIS,...]
--batch-executors-count=BATCH_EXECUTORS_COUNT
--batch-max-executors-count=BATCH_MAX_EXECUTORS_COUNT
--container-image=CONTAINER_IMAGE
--container-image-java-jars=[CONTAINER_IMAGE_JAVA_JARS,...]
--container-image-properties=CONTAINER_IMAGE_PROPERTIES
--container-image-python-packages=[CONTAINER_IMAGE_PYTHON_PACKAGES,
@ -128,6 +130,15 @@ REQUIRED FLAGS
keys being present in the args, then TASK_ARGS will be passed as
the last argument.
--execution-project=EXECUTION_PROJECT
The project in which jobs are run. By default, the project containing
the Lake is used. If a project is provided, the
--execution-service-account must belong to this same project.
--kms-key=KMS_KEY
The Cloud KMS key to use for encryption, of the form:
projects/{project_number}/locations/{location_id}/keyRings/{key-ring-name}/cryptoKeys/{key-name}
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME
The maximum duration before the job execution expires.
@ -182,6 +193,9 @@ REQUIRED FLAGS
Container Image Runtime Configuration.
--container-image=CONTAINER_IMAGE
Optional custom container image for the job.
--container-image-java-jars=[CONTAINER_IMAGE_JAVA_JARS,...]
A list of Java JARS to add to the classpath. Valid input includes
Cloud Storage URIs to Jar binaries. For example,