File tree Expand file tree Collapse file tree
acceptance/bundle/generate Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ bundle:
2+ name: pipeline_and_deploy-$UNIQUE_NAME
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Pipeline configuration successfully saved to resources/out.pipeline.yml
1313=== Verify generated yaml has expected fields
1414=== Deploy the generated bundle
1515>>> [CLI] bundle deploy
16- Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/pipeline_and_deploy/default/files...
16+ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/pipeline_and_deploy-[UNIQUE_NAME] /default/files...
1717Deploying resources...
1818Deployment complete!
1919
2020=== Destroy the deployed bundle
2121>>> [CLI] bundle destroy --auto-approve
22- All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/pipeline_and_deploy/default
22+ All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/pipeline_and_deploy-[UNIQUE_NAME] /default
2323
2424Deleting files...
2525Destroy complete!
Original file line number Diff line number Diff line change 1+ envsubst < databricks.yml.tmpl > databricks.yml
2+
13title "Upload files to workspace"
24trace $CLI workspace import "/Workspace/Users/${CURRENT_USER_NAME}/notebook.py" --file notebook.py --format AUTO --overwrite
35trace $CLI workspace import "/Workspace/Users/${CURRENT_USER_NAME}/test.py" --file test.py --format AUTO --overwrite
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ bundle:
2+ name: python_job_and_deploy-$UNIQUE_NAME
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ Job configuration successfully saved to resources/out.job.yml
1212=== Verify generated yaml has expected fields
1313=== Deploy the generated bundle
1414>>> [CLI] bundle deploy
15- Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/python_job_and_deploy/default/files...
15+ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/python_job_and_deploy-[UNIQUE_NAME] /default/files...
1616Deploying resources...
1717Deployment complete!
1818
1919=== Destroy the deployed bundle
2020>>> [CLI] bundle destroy --auto-approve
21- All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/python_job_and_deploy/default
21+ All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/python_job_and_deploy-[UNIQUE_NAME] /default
2222
2323Deleting files...
2424Destroy complete!
Original file line number Diff line number Diff line change 1+ envsubst < databricks.yml.tmpl > databricks.yml
2+
13title "Upload notebook to a workspace path"
24trace $CLI workspace import "/Workspace/Users/${CURRENT_USER_NAME}/test_notebook.py" --file test_notebook.py --format AUTO --overwrite
35
You can’t perform that action at this time.
0 commit comments