mirror of https://github.com/databricks/cli.git
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
cd my_project
|
||
|
|
||
|
trace uv run --quiet --python 3.12 --with databricks-bundles==0.7.0 -- $CLI bundle deploy
|
||
|
|
||
|
trace $CLI jobs list --output json
|
||
|
|
||
|
rm -rf .databricks __pycache__ .gitignore
|