Skip to content

Commit 3a16eb9

Browse files
committed
seperating dev and personal
1 parent 4d1bd5e commit 3a16eb9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

databricks.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ targets:
9797
# For manual deploy via ui or could be on push to your branch
9898
###########################################
9999
# qqqq should we have a personal section for deploying to own space ???
100+
101+
############## DBX UI and from local machine deploys
102+
100103
personal:
101104
# qqqq what is the process of developing and deploying dabs for own area.
102105
# qqqq would it actually be staging with features against folders !!!!???
@@ -131,11 +134,12 @@ targets:
131134

132135

133136

134-
137+
########### CICD DEPLOYS
135138

136139
# qqqq should we have a personal section for deploying to own space ???
137140
dev:
138-
mode: development
141+
# production because cicd is not going to deploying to workspaces it doesnt know the user
142+
mode: production
139143
default: true
140144
workspace:
141145
host: https://adb-295718430158257.17.azuredatabricks.net
@@ -150,7 +154,6 @@ targets:
150154
- level: CAN_VIEW
151155
group_name: dev_env_users
152156

153-
#delete this
154157

155158
staging:
156159
# Staging should purely be for investigation and testing prior to going to prod it runs in production mode so will run and constant updates and should be through github actions and service principle on successful pull request

0 commit comments

Comments
 (0)