Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 05:36 AM
Hi @Abhishek Jain ,
the error says that you need to configure databricks cli, by executing: databricks configure
https://docs.databricks.com/dev-tools/cli/index.html#set-up-authentication
Running the command with configure option will create .databrickscfg file in your home directory.
you can also export env variables:
- DATABRICKS_HOST
- DATABRICKS_USERNAME
- DATABRICKS_PASSWORD
- DATABRICKS_TOKEN