cancel
Showing results for 
Search instead for 
Did you mean: 
Certifications
Join dynamic discussions on Databricks certifications within the Community. Exchange insights, tips, and experiences to help prepare for certification exams and validate your expertise in data engineering, analytics, and machine learning.
cancel
Showing results for 
Search instead for 
Did you mean: 

Bundled Wheel Task with Serverless Compute

wegan64hardy
New Contributor

Eventually, I would like to be able to upload the wheel to a dynamic location based on its git_commit and then use any past version of the wheel in my job - but for right now I am just trying to get this simple example to work.

I know I can make this work using the libraries tag when using a traditional job cluster - but how do I get this to work for serverless?

I haven't found an example of this workflow on the forums so far - the closest I saw was someone using notebooks but notebook tasks that consume a wheel aren't the same thing as a wheel task.

1 ACCEPTED SOLUTION

Accepted Solutions

pradeep_singh
Contributor

For a Python wheel task you must attach the wheel through the task’s serverless Environment and Libraries and point it to a wheel stored in Workspace files or a Unity Catalog volume.

See if this link has the instructions you are looking for - https://docs.databricks.com/aws/en/compute/serverless/dependencies

https://docs.databricks.com/aws/en/jobs/python-wheel

https://docs.databricks.com/aws/en/jobs/how-to/use-python-wheels-in-workflows 

add-serverless-libraries-83701980d32877322bff972b05520fc0.png

 

 

Thank You
Pradeep Singh - https://www.linkedin.com/in/dbxdev

View solution in original post

2 REPLIES 2

pradeep_singh
Contributor

For a Python wheel task you must attach the wheel through the task’s serverless Environment and Libraries and point it to a wheel stored in Workspace files or a Unity Catalog volume.

See if this link has the instructions you are looking for - https://docs.databricks.com/aws/en/compute/serverless/dependencies

https://docs.databricks.com/aws/en/jobs/python-wheel

https://docs.databricks.com/aws/en/jobs/how-to/use-python-wheels-in-workflows 

add-serverless-libraries-83701980d32877322bff972b05520fc0.png

 

 

Thank You
Pradeep Singh - https://www.linkedin.com/in/dbxdev

pradeep_singh
Contributor

Screenshot 2026-02-13 at 12.10.42 AM.pngScreenshot 2026-02-13 at 12.11.50 AM.png

Thank You
Pradeep Singh - https://www.linkedin.com/in/dbxdev