External dependency on serverless job from Airflow is not working on s3 path and workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 08:57 PM
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"]
}
}],