Part of the confusion is that databricks-cli used to be a Python package, so I though it's missing from the dependencies. I have found out later it's no longer a python package so it needed to be installed separately. I thought it would be nice to not just throw an error about CLI not installed, but also guide what's the next step for user.
Context
Address #60
Part of the confusion is that
databricks-cli
used to be a Python package, so I though it's missing from the dependencies. I have found out later it's no longer a python package so it needed to be installed separately. I thought it would be nice to not just throw an error about CLI not installed, but also guide what's the next step for user.