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
425 stars 143 forks source link

rename environments to targets and use -t instead of -e in bundle commands #103

Closed mingyu89 closed 12 months ago

mingyu89 commented 1 year ago

Replace environments with targets in bundle schema. Use -t instead of -e in bundle commands.

Test

staging bundle deployment github action https://github.com/mingyu89/test-repo1/actions/runs/6191961364 prod bundle deployment github action https://github.com/mingyu89/test-repo1/actions/runs/6191963013 CI https://github.com/mingyu89/test-repo1/actions/runs/6191956553/job/16811199686 example PR https://github.com/mingyu89/test-repo1/pull/32

Screenshot 2023-09-14 at 4 55 16 PM

Example test workflow https://e2-dogfood.staging.cloud.databricks.com/?o=6051921418418893#job/695637851058465

Screenshot 2023-09-14 at 4 55 58 PM