mirror of https://github.com/databricks/cli.git
31 lines
874 B
Plaintext
31 lines
874 B
Plaintext
|
|
>>> $CLI bundle init default-python --config-file ./input.json
|
|
|
|
Welcome to the default Python template for Databricks Asset Bundles!
|
|
Workspace to use (auto-detected, edit in 'my_default_python/databricks.yml'): $DATABRICKS_URL
|
|
|
|
✨ Your new project has been created in the 'my_default_python' directory!
|
|
|
|
Please refer to the README.md file for "getting started" instructions.
|
|
See also the documentation at https://docs.databricks.com/dev-tools/bundles/index.html.
|
|
|
|
>>> $CLI bundle validate -t dev
|
|
Name: my_default_python
|
|
Target: dev
|
|
Workspace:
|
|
Host: $DATABRICKS_URL
|
|
User: $USERNAME
|
|
Path: /Workspace/Users/$USERNAME/.bundle/my_default_python/dev
|
|
|
|
Validation OK!
|
|
|
|
>>> $CLI bundle validate -t prod
|
|
Name: my_default_python
|
|
Target: prod
|
|
Workspace:
|
|
Host: $DATABRICKS_URL
|
|
User: $USERNAME
|
|
Path: /Workspace/Users/$USERNAME/.bundle/my_default_python/prod
|
|
|
|
Validation OK!
|