mirror of https://github.com/databricks/cli.git
Use CAN_MANAGE instead of IS_OWNER
This commit is contained in:
parent
18b5090824
commit
06b1692847
|
@ -28,6 +28,6 @@ targets:
|
||||||
root_path: /Users/{{user_name}}/.bundle/${bundle.name}/${bundle.target}
|
root_path: /Users/{{user_name}}/.bundle/${bundle.name}/${bundle.target}
|
||||||
permissions:
|
permissions:
|
||||||
- {{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
- {{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
||||||
level: IS_OWNER
|
level: CAN_MANAGE
|
||||||
run_as:
|
run_as:
|
||||||
{{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
{{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
||||||
|
|
|
@ -25,6 +25,6 @@ targets:
|
||||||
root_path: /Users/{{user_name}}/.bundle/${bundle.name}/${bundle.target}
|
root_path: /Users/{{user_name}}/.bundle/${bundle.name}/${bundle.target}
|
||||||
permissions:
|
permissions:
|
||||||
- {{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
- {{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
||||||
level: IS_OWNER
|
level: CAN_MANAGE
|
||||||
run_as:
|
run_as:
|
||||||
{{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
{{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
||||||
|
|
|
@ -49,6 +49,6 @@ targets:
|
||||||
schema: {{$prod_schema}}
|
schema: {{$prod_schema}}
|
||||||
permissions:
|
permissions:
|
||||||
- {{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
- {{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
||||||
level: IS_OWNER
|
level: CAN_MANAGE
|
||||||
run_as:
|
run_as:
|
||||||
{{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
{{if is_service_principal}}service_principal{{else}}user{{end}}_name: {{user_name}}
|
||||||
|
|
Loading…
Reference in New Issue