Update outputs

This commit is contained in:
Pieter Noordhuis 2025-01-16 16:16:24 +01:00
parent 0d4c318186
commit 782733cd75
No known key found for this signature in database
GPG Key ID: 12ACCCC104CF2930
3 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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:

View File

@ -25,7 +25,7 @@ targets:
mode: development
default: true
workspace:
host: http://$DATABRICKS_HOST
host: $DATABRICKS_URL
variables:
warehouse_id: f00dcafe
catalog: main
@ -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: