@@ -82,7 +82,7 @@ variables:
8282 staging_env_sp_id :
8383 default : " d588f2c8-0c0a-4ded-9da2-0663bf8dd994"
8484 prod_env_sp_id :
85- default : " my-sp-id-jfsdkjhfjsdhfkjh "
85+ default : " 811de200-7873-4ab3-a435-da3cddf13c36 "
8686
8787# for external package maybe qqqq i dont think we will export there are poetry bundle example repos if we decide to
8888# artifacts:
@@ -92,17 +92,18 @@ variables:
9292
9393# Deployment environments
9494targets :
95+ # qqqq should we have a personal section for deploying to own space ???
9596 dev :
9697 # qqqq what is the process of developing and deploying dabs for own area.
9798 # qqqq would it actually be staging with features against folders !!!!???
98-
99+ # qqqq We do github checks against DEV and DEV would be analyst only env so do we actually want to deploy to dev shared workspace
99100 mode : development
100101 # Deploy under own user not service principle
101102 default : true
102103 # This is the the default deployment workspace
103104 workspace :
104105 # profile means in gets set values from [dev] section of databrickscfg useful on local machine, unneeded in databricks environment
105- profile : dev
106+ # profile: dev
106107 # specify hosts in the databricks.yml not config for clarity
107108 # dev databricks host
108109 host : https://adb-295718430158257.17.azuredatabricks.net
@@ -146,8 +147,8 @@ targets:
146147 # Staging storage account
147148 storage_account : unifiedrptdeltalake
148149 permissions :
149- - user_name : philip.tate@nhs.net
150- level : CAN_MANAGE
150+ # - user_name: philip.tate@nhs.net
151+ # level: CAN_MANAGE
151152 - group_name : staging_env_users
152153 level : CAN_VIEW
153154 - service_principal_name : " ${var.staging_env_sp_id}"
@@ -170,8 +171,8 @@ targets:
170171 # Prod storage account
171172 storage_account : unifiedrptdeltalake
172173 permissions :
173- - user_name : philip.tate@nhs.net
174- level : CAN_MANAGE
174+ # - user_name: philip.tate@nhs.net
175+ # level: CAN_MANAGE
175176 - group_name : prod_env_users
176177 level : CAN_VIEW
177178 - service_principal_name : " ${var.prod_env_sp_id}"
0 commit comments