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
460 stars 156 forks source link

Order of selecting configuration parameters may be improved #22

Closed vadim closed 1 year ago

vadim commented 1 year ago

Seems like the order of menu items for select_cloud() and select_cicd_platform() should be reversed. aws is alphabetically first before azure and if these are reversed the user can choose 1 -- 1 or 2 -- 2 for a more "native" pairing.

Select cloud:
1 - azure
2 - aws
Choose from 1, 2 [1]:
Select cicd_platform:
1 - GitHub Actions
2 - Azure DevOps
Choose from 1, 2 [1]:
arpitjasa-db commented 1 year ago

Hi @vadim we've updated this to a dropdown so hopefully this is easier to use now!