mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -16,7 +16,7 @@ EXAMPLES
|
|||
location us-central, run:
|
||||
|
||||
$ gcloud dataplex tasks add-iam-policy-binding test-task \
|
||||
--location=us-central1 --lake=test-lake \
|
||||
--location=us-central1 --lake=test-lake \
|
||||
--role=roles/dataplex.viewer --member=user:testuser@gmail.com
|
||||
|
||||
See https://cloud.google.com/dataplex/docs/iam-roles for details of policy
|
||||
|
|
|
|||
|
|
@ -47,7 +47,8 @@ EXAMPLES
|
|||
|
||||
$ gcloud dataplex tasks create test-task --location=us-central1 \
|
||||
--lake=test-lake \
|
||||
--execution-service-account=dataplex-demo-test@test-project.iam.gserviceaccount.com \
|
||||
--execution-service-account=dataplex-demo-test@test-project.iam.\
|
||||
gserviceaccount.com \
|
||||
--spark-python-script-file=gs://test-bucket/test-file.py \
|
||||
--trigger-type=ON_DEMAND
|
||||
|
||||
|
|
@ -59,9 +60,10 @@ EXAMPLES
|
|||
|
||||
$ gcloud dataplex tasks create test-task --location=us-central1 \
|
||||
--lake=test-lake \
|
||||
--execution-service-account=dataplex-demo-test@test-project.iam.gserviceaccount.com \
|
||||
--spark-python-script-file=gs://test-bucket/test-file.py \
|
||||
--trigger-type=RECURRING --trigger-schedule="0 * * * *"
|
||||
--execution-service-account=dataplex-demo-test@test-project.iam.\
|
||||
gserviceaccount.com \
|
||||
--spark-python-script-file=gs://test-bucket/test-file.py \
|
||||
--trigger-type=RECURRING --trigger-schedule="0 * * * *"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Task resource - Arguments and flags that specify the Dataplex Task you
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ EXAMPLES
|
|||
location us-central1, run:
|
||||
|
||||
$ gcloud dataplex tasks remove-iam-policy-binding test-task \
|
||||
--location=us-central1 --lake=test-lake \
|
||||
--location=us-central1 --lake=test-lake \
|
||||
--role=roles/dataplex.viewer --member=user:testuser@gmail.com
|
||||
|
||||
See https://cloud.google.com/dataplex/docs/iam-roles for details of policy
|
||||
|
|
|
|||
|
|
@ -37,8 +37,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud dataplex tasks update \
|
||||
projects/test-project/locations/us-central1/lakes/test-lake/\
|
||||
tasks/test-task \
|
||||
--description='Updated Description'
|
||||
tasks/test-task --description='Updated Description'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Task resource - Arguments and flags that specify the Dataplex Task you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue