Skip to content

Commit

Permalink
Update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jan 16, 2025
1 parent 0d4c318 commit 782733c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ targets:
# See also https://docs.databricks.com/dev-tools/bundles/deployment-modes.html.
mode: development
workspace:
host: http://$DATABRICKS_HOST
host: $DATABRICKS_URL

prod:
mode: production
workspace:
host: http://$DATABRICKS_HOST
host: $DATABRICKS_URL
# We explicitly specify /Workspace/Users/$USERNAME to make sure we only have a single copy.
root_path: /Workspace/Users/$USERNAME/.bundle/${bundle.name}/${bundle.target}
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ targets:
mode: development
default: true
workspace:
host: http://$DATABRICKS_HOST
host: $DATABRICKS_URL

prod:
mode: production
workspace:
host: http://$DATABRICKS_HOST
host: $DATABRICKS_URL
# We explicitly specify /Workspace/Users/$USERNAME to make sure we only have a single copy.
root_path: /Workspace/Users/$USERNAME/.bundle/${bundle.name}/${bundle.target}
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ targets:
mode: development
default: true
workspace:
host: http://$DATABRICKS_HOST
host: $DATABRICKS_URL
variables:
warehouse_id: f00dcafe
catalog: main
Expand All @@ -34,7 +34,7 @@ targets:
prod:
mode: production
workspace:
host: http://$DATABRICKS_HOST
host: $DATABRICKS_URL
# We explicitly specify /Workspace/Users/$USERNAME to make sure we only have a single copy.
root_path: /Workspace/Users/$USERNAME/.bundle/${bundle.name}/${bundle.target}
variables:
Expand Down

0 comments on commit 782733c

Please sign in to comment.