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
Copy file name to clipboardExpand all lines: acceptance/cmd/workspace/apps/output.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Usage:
63
63
databricks apps update NAME [flags]
64
64
65
65
Flags:
66
-
--budget-policy-id string TODO: Deprecate this field after serverless entitlements are released to all prod stages and the new usage_policy_id is properly populated and used.
66
+
--budget-policy-id string
67
67
--description string The description of the app.
68
68
-h, --help help for update
69
69
--json JSON either inline JSON string or @path/to/file.json with request body (default JSON (0 bytes))
Copy file name to clipboardExpand all lines: acceptance/help/output.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,8 @@ Unity Catalog
73
73
system-schemas A system schema is a schema that lives within the system catalog.
74
74
table-constraints Primary key and foreign key constraints encode relationships between fields in tables.
75
75
tables A table resides in the third layer of Unity Catalog’s three-level namespace.
76
-
temporary-table-credentials Temporary Table Credentials refer to short-lived, downscoped credentials used to access cloud storage locationswhere table data is stored in Databricks.
76
+
temporary-path-credentials Temporary Path Credentials refer to short-lived, downscoped credentials used to access external cloud storage locations registered in Databricks.
77
+
temporary-table-credentials Temporary Table Credentials refer to short-lived, downscoped credentials used to access cloud storage locations where table data is stored in Databricks.
77
78
volumes Volumes are a Unity Catalog (UC) capability for accessing, storing, governing, organizing and processing files.
78
79
workspace-bindings A securable in Databricks can be configured as __OPEN__ or __ISOLATED__.
A configuration to trigger a run when certain conditions are met. The default behavior is that the job runs only when triggered by clicking “Run Now” in the Jobs UI or sending an API request to `runNow`.
422
+
"usage_policy_id":
423
+
"description": |-
424
+
The id of the user specified usage policy to use for this job.
425
+
If not specified, a default usage policy may be applied when creating or modifying the job.
426
+
See `effective_budget_policy_id` for the budget policy used by this workload.
427
+
"x-databricks-preview": |-
428
+
PRIVATE
351
429
"webhook_notifications":
352
430
"description": |-
353
431
A collection of system notification IDs to notify when runs of this job begin or complete.
0 commit comments