You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-only setting. Specifies the user or service principal that the job runs as. If not specified, the job runs as the user who created the job.
369
-
370
-
Either `user_name` or `service_principal_name` should be specified. If not, an error is thrown.
368
+
The user or service principal that the job runs as, if specified in the request.
369
+
This field indicates the explicit configuration of `run_as` for the job.
370
+
To find the value in all cases, explicit or implicit, use `run_as_user_name`.
371
371
"schedule":
372
372
"description": |-
373
373
An optional periodic schedule for this job. The default behavior is that the job only runs when triggered by clicking “Run Now” in the Jobs UI or sending an API request to `runNow`.
This is used as the root directory when editing the pipeline in the Databricks user interface and it is
529
528
added to sys.path when executing Python sources during pipeline execution.
530
-
"x-databricks-preview": |-
531
-
PRIVATE
532
529
"run_as":
533
530
"description": |-
534
531
Write-only setting, available only in Create/Update calls. Specifies the user or service principal that the pipeline runs as. If not specified, the pipeline runs as the user who created the pipeline.
Used to specify how many calls are allowed for a key within the renewal_period.
3331
3349
"key":
3332
3350
"description": |-
3333
-
Key field for a rate limit. Currently, only 'user' and 'endpoint' are supported,
3351
+
Key field for a rate limit. Currently, 'user', 'user_group, 'service_principal', and 'endpoint' are supported,
3334
3352
with 'endpoint' being the default if not specified.
3353
+
"principal":
3354
+
"description": |-
3355
+
Principal field for a user, user group, or service principal to apply rate limiting to. Accepts a user email, group name, or service principal application ID.
3335
3356
"renewal_period":
3336
3357
"description": |-
3337
3358
Renewal period field for a rate limit. Currently, only 'minute' is supported.
0 commit comments