cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

External dependency on serverless job from Airflow is not working on s3 path and workspace

manojpatil04
New Contributor II

I am working on use case where we have to run python script from serverless job through Airflow. when we are trying to trigger serverless job and passing external dependency as wheel from s3 path or workspace path it is not working, but on volume it is working.

Is serverless job currently not supporting dependencies from s3 path or workspace.

"environment_key": "Test_environment" }],
                "environments": [
                {
                "environment_key": "Test_environment",
                "spec":
                {
                "client": "1",
                "dependencies":["wheel file path from s3 or workspace"]
                }
                }],
1 REPLY 1

Walter_C
Databricks Employee
Databricks Employee

It seems that is should be supported, are you using the following format for the URI: { "whl": "s3://my-bucket/library.whl" }?

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group