-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathoutput.txt
More file actions
60 lines (57 loc) · 1.47 KB
/
output.txt
File metadata and controls
60 lines (57 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
>>> [CLI] bundle deploy
Warning: You are using the legacy mode of run_as. The support for this mode is experimental and might be removed in a future release of the CLI. In order to run the DLT pipelines in your DAB as the run_as user this mode changes the owners of the pipelines to the run_as identity, which requires the user deploying the bundle to be a workspace admin, and also a Metastore admin if the pipeline target is in UC.
at experimental.use_legacy_run_as
in databricks.yml:5:22
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!
>>> cat out.requests.txt
{
"bool_values": [
{
"key": "local.cache.attempt",
"value": true
},
{
"key": "local.cache.miss",
"value": true
},
{
"key": "experimental.use_legacy_run_as",
"value": true
},
{
"key": "run_as_set",
"value": true
},
{
"key": "presets_name_prefix_is_set",
"value": false
},
{
"key": "python_wheel_wrapper_is_set",
"value": false
},
{
"key": "validation_passed",
"value": true
},
{
"key": "skip_artifact_cleanup",
"value": false
},
{
"key": "has_serverless_compute",
"value": false
},
{
"key": "has_classic_job_compute",
"value": false
},
{
"key": "has_classic_interactive_compute",
"value": true
}
]
}