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. # See also https://docs.databricks.com/dev-tools/bundles/deployment-modes.html.
mode: development mode: development
workspace: workspace:
host: http://$DATABRICKS_HOST host: $DATABRICKS_URL
prod: prod:
mode: production mode: production
workspace: workspace:
host: http://$DATABRICKS_HOST host: $DATABRICKS_URL
# We explicitly specify /Workspace/Users/$USERNAME to make sure we only have a single copy. # 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} root_path: /Workspace/Users/$USERNAME/.bundle/${bundle.name}/${bundle.target}
permissions: permissions:

View File

@ -16,12 +16,12 @@ targets:
mode: development mode: development
default: true default: true
workspace: workspace:
host: http://$DATABRICKS_HOST host: $DATABRICKS_URL
prod: prod:
mode: production mode: production
workspace: workspace:
host: http://$DATABRICKS_HOST host: $DATABRICKS_URL
# We explicitly specify /Workspace/Users/$USERNAME to make sure we only have a single copy. # 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} root_path: /Workspace/Users/$USERNAME/.bundle/${bundle.name}/${bundle.target}
permissions: permissions:

View File

@ -25,7 +25,7 @@ targets:
mode: development mode: development
default: true default: true
workspace: workspace:
host: http://$DATABRICKS_HOST host: $DATABRICKS_URL
variables: variables:
warehouse_id: f00dcafe warehouse_id: f00dcafe
catalog: main catalog: main
@ -34,7 +34,7 @@ targets:
prod: prod:
mode: production mode: production
workspace: workspace:
host: http://$DATABRICKS_HOST host: $DATABRICKS_URL
# We explicitly specify /Workspace/Users/$USERNAME to make sure we only have a single copy. # 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} root_path: /Workspace/Users/$USERNAME/.bundle/${bundle.name}/${bundle.target}
variables: variables: