Setting up your environment
Before we begin this chapter, let’s take some time to set up our working environment.
Python, AWS, and Databricks
As in the previous chapter, this chapter assumes you have a working version of Python 3.6+ installed in your development environment. It also assumes you have set up an AWS account and have set up Databricks with that AWS account.
Databricks CLI
The first step is to install the databricks-cli
tool using the pip
Python package manager:
pip install databricks-cli
Let’s validate that everything has been installed correctly. If the following command produces the tool version, then everything is working correctly:
databricks –v
Now, let’s set up authentication. First, go into the Databricks UI and generate a personal access token. The following command will ask for the host that’s been created for your Databricks instance, as well as the created token:
databricks configure –token...