How do I upgrade the databricks cli? I already upg...
# troubleshoot
s
How do I upgrade the databricks cli? I already upgraded the datahub with just "datahub docker quickstart" and its on 0.8.40. Getting an error when trying the new csv-enricher ingestion.
b
pip install --upgrade acryl-datahub
?
s
Yes, thanks!
a
You can choose the version of your CLI by specifying the version at the end after '=='. Make sur to match your CLI version with your Dtahub version. Example :
pip install 'acryl-datahub===0.8.38'