File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 261261 {
262262 "name" : " GATHERSG_PUBLIC_KEY" ,
263263 "valueFrom" : " plumber-gathersg-public-key"
264+ },
265+ {
266+ "name" : " DATABRICKS_SERVER_HOSTNAME" ,
267+ "valueFrom" : " plumber-<ENVIRONMENT>-databricks-server-hostname"
268+ },
269+ {
270+ "name" : " DATABRICKS_HTTP_PATH" ,
271+ "valueFrom" : " plumber-<ENVIRONMENT>-databricks-http-path"
272+ },
273+ {
274+ "name" : " DATABRICKS_CATALOG" ,
275+ "valueFrom" : " plumber-<ENVIRONMENT>-databricks-catalog"
264276 }
265277 ]
266- }
278+ }
Original file line number Diff line number Diff line change @@ -73,4 +73,5 @@ GATHERSG_PUBLIC_KEY=gathersg-public-key
7373
7474# DATABRICKS
7575DATABRICKS_SERVER_HOSTNAME=...
76- DATABRICKS_HTTP_PATH=...
76+ DATABRICKS_HTTP_PATH=...
77+ DATABRICKS_CATALOG=...
You can’t perform that action at this time.
0 commit comments