fix: Update artifacts

This commit is contained in:
Ilya Kuznetsov 2025-01-20 12:26:56 +01:00
parent f04a841e15
commit e40b53f4ce
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
2 changed files with 9 additions and 5 deletions

View File

@ -448,7 +448,7 @@ apps:
* - `description` * - `description`
- String - String
- - Description of the App Resource.
* - `job` * - `job`
- Map - Map
@ -456,7 +456,7 @@ apps:
* - `name` * - `name`
- String - String
- - Name of the App Resource.
* - `secret` * - `secret`
- Map - Map
@ -516,7 +516,7 @@ apps:
* - `permission` * - `permission`
- String - String
- - Permission to grant on the secret scope. Supported permissions are: "READ", "WRITE", "MANAGE".
* - `scope` * - `scope`
- String - String
@ -1668,7 +1668,7 @@ jobs:
* - `job_clusters` * - `job_clusters`
- Sequence - Sequence
- A list of job cluster specifications that can be shared and reused by tasks of this job. Libraries cannot be declared in a shared job cluster. You must declare dependent libraries in task settings. See [_](#jobs.<name>.job_clusters). - A list of job cluster specifications that can be shared and reused by tasks of this job. Libraries cannot be declared in a shared job cluster. You must declare dependent libraries in task settings. If more than 100 job clusters are available, you can paginate through them using :method:jobs/get. See [_](#jobs.<name>.job_clusters).
* - `max_concurrent_runs` * - `max_concurrent_runs`
- Integer - Integer
@ -1708,7 +1708,7 @@ jobs:
* - `tasks` * - `tasks`
- Sequence - Sequence
- A list of task specifications to be executed by this job. See [_](#jobs.<name>.tasks). - A list of task specifications to be executed by this job. If more than 100 tasks are available, you can paginate through them using :method:jobs/get. Use the `next_page_token` field at the object root to determine if more results are available. See [_](#jobs.<name>.tasks).
* - `timeout_seconds` * - `timeout_seconds`
- Integer - Integer
@ -2025,6 +2025,7 @@ An optional set of health rules that can be defined for this job.
**`Type: Sequence`** **`Type: Sequence`**
A list of job cluster specifications that can be shared and reused by tasks of this job. Libraries cannot be declared in a shared job cluster. You must declare dependent libraries in task settings. A list of job cluster specifications that can be shared and reused by tasks of this job. Libraries cannot be declared in a shared job cluster. You must declare dependent libraries in task settings.
If more than 100 job clusters are available, you can paginate through them using :method:jobs/get.
@ -2924,6 +2925,7 @@ An optional periodic schedule for this job. The default behavior is that the job
**`Type: Sequence`** **`Type: Sequence`**
A list of task specifications to be executed by this job. A list of task specifications to be executed by this job.
If more than 100 tasks are available, you can paginate through them using :method:jobs/get. Use the `next_page_token` field at the object root to determine if more results are available.

View File

@ -1708,12 +1708,14 @@
"type": "object", "type": "object",
"properties": { "properties": {
"description": { "description": {
"description": "Description of the App Resource.",
"$ref": "#/$defs/string" "$ref": "#/$defs/string"
}, },
"job": { "job": {
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.AppResourceJob" "$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.AppResourceJob"
}, },
"name": { "name": {
"description": "Name of the App Resource.",
"$ref": "#/$defs/string" "$ref": "#/$defs/string"
}, },
"secret": { "secret": {