-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In the installation we get the user currently logged in:
me = ws.current_user.me() |
If the Databricks cli profile is misconfigured, this method might fail with JSON.DecodeError
. This should be resolved by the user, but the error is non-informative. Instead we could catch this error, warn about a potential misconfigured profile, then re-raise the error again.
Note that a misconfigured profile might fail incosistently, thus it looks like a labs
specific problem (or any other project that uses blueprint) while it is not, see this comment
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request