Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,17 @@
}
},
"remote_state": {
"created_time": [UNIX_TIME_MILLIS],
"creator_user_name": "[USERNAME]",
"job_id": [NUMID],
"run_as_user_name": "[USERNAME]",
"settings": {
"deployment": {
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json"
},
"edit_mode": "UI_LOCKED",
"email_notifications": {},
"environments": [
{
"environment_key": "test_env",
Expand Down Expand Up @@ -137,7 +140,9 @@
},
"task_key": "TestTask"
}
]
],
"timeout_seconds": 0,
"webhook_notifications": {}
}
},
"changes": {
Expand All @@ -151,6 +156,20 @@
"tasks[1].libraries[0].whl": {
"action": "update"
}
},
"remote": {
"email_notifications": {
"action": "skip",
"reason": "server_side_default"
},
"timeout_seconds": {
"action": "skip",
"reason": "server_side_default"
},
"webhook_notifications": {
"action": "skip",
"reason": "server_side_default"
}
}
}
}
Expand Down
6 changes: 5 additions & 1 deletion acceptance/bundle/deploy/experimental-python/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Deployment complete!
>>> [CLI] jobs list --output json
[
{
"created_time": [UNIX_TIME_MILLIS],
"creator_user_name": "[USERNAME]",
"job_id": [NUMID],
"settings": {
Expand All @@ -16,6 +17,7 @@ Deployment complete!
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json"
},
"edit_mode": "UI_LOCKED",
"email_notifications": {},
"format": "MULTI_TASK",
"max_concurrent_runs": 1,
"name": "My Job",
Expand All @@ -30,7 +32,9 @@ Deployment complete!
},
"task_key": "my_notebook"
}
]
],
"timeout_seconds": 0,
"webhook_notifications": {}
}
}
]
6 changes: 5 additions & 1 deletion acceptance/bundle/deploy/python-notebook/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Deployment complete!
>>> [CLI] jobs list --output json
[
{
"created_time": [UNIX_TIME_MILLIS],
"creator_user_name": "[USERNAME]",
"job_id": [NUMID],
"settings": {
Expand All @@ -16,6 +17,7 @@ Deployment complete!
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json"
},
"edit_mode": "UI_LOCKED",
"email_notifications": {},
"format": "MULTI_TASK",
"max_concurrent_runs": 1,
"name": "My Job",
Expand All @@ -30,7 +32,9 @@ Deployment complete!
},
"task_key": "my_notebook"
}
]
],
"timeout_seconds": 0,
"webhook_notifications": {}
}
}
]
11 changes: 10 additions & 1 deletion acceptance/bundle/deployment/bind/job/noop-job/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,27 @@ Deployment complete!

>>> [CLI] jobs get [NUMID] --output json
{
"created_time":[UNIX_TIME_MILLIS],
"creator_user_name":"[USERNAME]",
"job_id":[NUMID],
"run_as_user_name":"[USERNAME]",
"settings": {
"deployment": {
"kind":"BUNDLE",
"metadata_file_path":"/Workspace/Users/[USERNAME]/.bundle/my_project/default/state/metadata.json"
},
"edit_mode":"UI_LOCKED",
"email_notifications": {},
"format":"MULTI_TASK",
"max_concurrent_runs":1,
"name":"Updated Job",
"queue": {
"enabled":true
}
},
"run_as": {
"user_name":"[USERNAME]"
},
"timeout_seconds":0,
"webhook_notifications": {}
}
}
11 changes: 10 additions & 1 deletion acceptance/bundle/deployment/bind/job/python-job/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,27 @@ Deployment complete!

>>> [CLI] jobs get [NUMID] --output json
{
"created_time":[UNIX_TIME_MILLIS],
"creator_user_name":"[USERNAME]",
"job_id":[NUMID],
"run_as_user_name":"[USERNAME]",
"settings": {
"deployment": {
"kind":"BUNDLE",
"metadata_file_path":"/Workspace/Users/[USERNAME]/.bundle/my_project/default/state/metadata.json"
},
"edit_mode":"UI_LOCKED",
"email_notifications": {},
"format":"MULTI_TASK",
"max_concurrent_runs":1,
"name":"Updated Job",
"queue": {
"enabled":true
}
},
"run_as": {
"user_name":"[USERNAME]"
},
"timeout_seconds":0,
"webhook_notifications": {}
}
}
7 changes: 6 additions & 1 deletion acceptance/bundle/deployment/unbind/job/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,24 @@ Deployment complete!

>>> [CLI] jobs get [NUMID] --output json
{
"created_time":[UNIX_TIME_MILLIS],
"creator_user_name":"[USERNAME]",
"job_id":[NUMID],
"run_as_user_name":"[USERNAME]",
"settings": {
"deployment": {
"kind":"BUNDLE",
"metadata_file_path":"/Workspace/Users/[USERNAME]/.bundle/my_project/default/state/metadata.json"
},
"edit_mode":"UI_LOCKED",
"email_notifications": {},
"format":"MULTI_TASK",
"max_concurrent_runs":1,
"name":"My Job",
"queue": {
"enabled":true
}
},
"timeout_seconds":0,
"webhook_notifications": {}
}
}
7 changes: 6 additions & 1 deletion acceptance/bundle/deployment/unbind/python-job/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,24 @@ Deployment complete!

>>> [CLI] jobs get [NUMID] --output json
{
"created_time":[UNIX_TIME_MILLIS],
"creator_user_name":"[USERNAME]",
"job_id":[NUMID],
"run_as_user_name":"[USERNAME]",
"settings": {
"deployment": {
"kind":"BUNDLE",
"metadata_file_path":"/Workspace/Users/[USERNAME]/.bundle/my_project/default/state/metadata.json"
},
"edit_mode":"UI_LOCKED",
"email_notifications": {},
"format":"MULTI_TASK",
"max_concurrent_runs":1,
"name":"My Job",
"queue": {
"enabled":true
}
},
"timeout_seconds":0,
"webhook_notifications": {}
}
}
Loading
Loading