Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021 11:08 AM
The Databricks cli credential can be configured by editing file ~/.databrickscfg .
The file content will be like below:
[DEFAULT]
host = [workspace url]
username = [email id]
password = [password]
[profile 1]
host = [workspace url]
token = {personal access token}After the Databricks Cli installed succeed, you can append your credential and workspace url to the file ~/.databrickscfg. Then the cli is ready to use.