You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- _prompt_yn now shows which option Enter accepts ([Y/N, Enter=Y])
instead of the ambiguous static [Y/N] hint
- PROFILES_EXIT is now captured correctly by running databricks auth
profiles before the pipeline so the exit code reaches the parent shell
(process substitution subshell prevented the original assignment)
- MLflow experiment path is passed via sys.argv / os.environ instead
of shell-interpolated into Python/JSON literals, preventing breakage
on paths containing single or double quotes
Co-authored-by: Isaac
0 commit comments