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.
|
# 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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue