Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
oleh_mykolaishyn committed Oct 30, 2024
1 parent 4f6f697 commit c823278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_product/databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
# description: Environment name

workspace:
root_path: /Shared/${workspace.current_user.userName}/.bundle/${bundle.name}/${bundle.target}
root_path: /Shared/${workspace.current_user.userName}/${bundle.name}/${bundle.target}

# Do we need targets? Make sense to leave for future modifications
targets:
Expand Down
2 changes: 1 addition & 1 deletion raw/databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
# description: Environment name

workspace:
root_path: /Shared/${workspace.current_user.userName}/.bundle/${bundle.name}/${bundle.target}
root_path: /Shared/${workspace.current_user.userName}/${bundle.name}/${bundle.target}

# Do we need targets? Make sense to leave for future modifications
targets:
Expand Down

0 comments on commit c823278

Please sign in to comment.