mirror of https://github.com/databricks/cli.git
Update outputs
This commit is contained in:
parent
0d4c318186
commit
782733cd75
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue