databricks / mlops-stacks

This repo provides a customizable stack for starting new ML projects on Databricks that follow production best-practices out of the box.
https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html
Apache License 2.0
456 stars 156 forks source link

comments not matching commands in the CI workflow #113

Closed yinxi-db closed 9 months ago

yinxi-db commented 1 year ago

these lines

  1. here
  2. here
  3. here
  4. here

should be addressed. comments say deploy in Staging workspace but the command is to deploy to Test workspace. the comment "Deploy Bundle to Test Deployment Target in Staging Workspace" is also very confusing.

The same issue for the GitHub Action workflow files here and here

arpitjasa-db commented 12 months ago

@yinxi-db how would you recommend rephrasing Deploy Bundle to Test Deployment Target in Staging Workspace? The test target will still deploy to the staging workspace but prefix the resources with test-.

arpitjasa-db commented 9 months ago

Comments were addressed, closing the issue.