top of page
Writer's pictureSumit Raj

LetsDevOps: How to deploy & Run wheel package on Azure Databricks Manually.

Introduction

In this part of the blog, we will discuss the process of installing the Python wheel package on Databricks and show how to execute it using the Job.


Prerequisite

  1. Wheel package created in the Part 1/3


2. Azure account


Setup & Run


Step 1: Create Azure Databricks workspace


Step 2: Create Compute to run the Job



Step 3: Create Databricks Job




Step 4: Run the Job

Step 5: View the Result

Click on the Job.



You can view the log when runs complete.



View the standard output

DEMO



留言


bottom of page