From 8a70b48fbaa2fa171a82055af33339823d91bd25 Mon Sep 17 00:00:00 2001 From: devtmaz Date: Mon, 22 Jun 2026 13:49:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20remove=20username=20from=20bundl?= =?UTF-8?q?e=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- databricks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databricks.yml b/databricks.yml index 8dca4dd..ad17c5b 100644 --- a/databricks.yml +++ b/databricks.yml @@ -36,7 +36,7 @@ targets: default: true workspace: host: https://dbc-cdd467ab-cdba.cloud.databricks.com - root_path: /Workspace/Users/tomimas231@gmail.com/.bundle/${bundle.name}/${bundle.target} + root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/${bundle.name}/${bundle.target} variables: dev_flag: default: true